后来就有了这个新项目:QuickJS-NG 开源地址:github.com/quickjs-ng/q 这个项目是 bnoordhuis 和saghul 在 2023 年 10 月份从 QuickJS 分叉出来的。 它的主旨就是:重燃QuickJS。 这两个作者非常积极的更新、维护这个项目,一年多以来,对这个项目做了六百多次提交。 去年年底,今年年初的时候,Fabrice
quickjs-ng/quickjs quickjs-ng/quickjsPublic NotificationsYou must be signed in to change notification settings Fork158 Star1.6k MIT license starsforks NotificationsYou must be signed in to change notification settings Code Issues48 Pull requests13...
QuickJS, the Next Generation: a mighty JavaScript engine quickjs-ng.github.io/quickjs/ Resources Readme License MIT license Activity Custom properties Stars 1.5k stars Watchers 36 watching Forks 142 forks Report repository Releases 11 v0.9.0 Latest Mar 8, 2025 + 10 releases Contr...
#include "quickjs-libc.h" typedef enum { OUTPUT_C, OUTPUT_C_MAIN, OUTPUT_RAW, } OutputTypeEnum; typedef struct { char *name; char *short_name; int flags; } namelist_entry_t; typedef struct namelist_t { namelist_entry_t *array; int count; ...
ThrowJS/quickjs-ng 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号? 立即登录 文件 master 克隆/下载 quickjs-ng / dirent_compat.h dirent_compat.h 26.28 KB 一键复制 编辑 原始数据 ...
quickjs: refactor … 726d02f quickjs-ng: adopt and refactor … e100ad4 quickjs-ng: 0.6.0 -> 0.6.1 2d7206b AndersonTorres marked this pull request as ready for review September 28, 2024 03:13 ofborg bot requested a review from stesie September 28, 2024 03:55 ofborg bot ...
Remove quickjs-libc from sources when BUILD_QJS_LIBC enabled by@andrjohnsin#446 Avoid macro redefinitions and function name collisions between sources by@andrjohnsin#445 Ignore maybe-uninitialised on MacOS with GCC >= 11 by@andrjohnsin#454 ...
ThrowJS/quickjs-ng 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号? 立即登录 文件 master 分支(2) 管理 管理 master ThrowJS 克隆/下载 克隆/下载 HTTPS SSH SVN SVN+SSH ...
* all copies or substantial portions of the Software.* * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ...
QuickJS, the Next Generation: a mighty JavaScript engine quickjs-ng.github.io/quickjs/ Resources Readme License MIT license Activity Custom properties Stars 1.2k stars Watchers 33 watching Forks 113 forks Report repository Releases 10 v0.8.0 🎄 Latest Dec 23, 2024 + 9 releases ...