mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Dev builds synced with nextgen source by github
71cd924e82
Some checks are pending
ci / codegen (push) Waiting to run
ci / ubuntu-latest (riscv64) (push) Waiting to run
ci / ubuntu-latest (s390x) (push) Waiting to run
ci / ubuntu-latest (x86) (push) Waiting to run
ci / macos-14 (Debug) (push) Waiting to run
ci / ubuntu-latest (Debug) (push) Waiting to run
ci / macos-14 (Release) (push) Waiting to run
ci / ubuntu-latest (Release) (push) Waiting to run
ci / macos-14 (asan+ubsan) (push) Waiting to run
ci / ubuntu-latest (asan+ubsan) (push) Waiting to run
ci / macos-14 (examples) (push) Waiting to run
ci / ubuntu-latest (examples) (push) Waiting to run
ci / ubuntu-latest (msan) (push) Waiting to run
ci / macos-14 (shared) (push) Waiting to run
ci / ubuntu-latest (shared) (push) Waiting to run
ci / ubuntu-latest (tcc) (push) Waiting to run
ci / windows-msvc (Win32, Debug) (push) Waiting to run
ci / windows-msvc (Win32, Release) (push) Waiting to run
ci / windows-msvc (x64, Debug) (push) Waiting to run
ci / windows-msvc (x64, Release) (push) Waiting to run
ci / windows-msvc-vs2019 (Win32, Debug) (push) Waiting to run
ci / windows-msvc-vs2019 (Win32, Release) (push) Waiting to run
ci / windows-msvc-vs2019 (x64, Debug) (push) Waiting to run
ci / windows-msvc-vs2019 (x64, Release) (push) Waiting to run
ci / windows-clang (Debug) (push) Waiting to run
ci / windows-clang (Release) (push) Waiting to run
ci / windows-ninja (Debug) (push) Waiting to run
ci / windows-ninja (Release) (push) Waiting to run
ci / windows-sdk (Win32, Debug) (push) Waiting to run
ci / windows-sdk (Win32, Release) (push) Waiting to run
ci / windows-sdk (x64, Debug) (push) Waiting to run
ci / windows-sdk (x64, Release) (push) Waiting to run
ci / windows-mingw (Debug, clang64) (push) Waiting to run
ci / windows-mingw (Debug, mingw32) (push) Waiting to run
ci / windows-mingw (Debug, mingw64) (push) Waiting to run
ci / windows-mingw (Debug, ucrt64) (push) Waiting to run
ci / windows-mingw (Release, clang64) (push) Waiting to run
ci / windows-mingw (Release, mingw32) (push) Waiting to run
ci / windows-mingw (Release, mingw64) (push) Waiting to run
ci / windows-mingw (Release, ucrt64) (push) Waiting to run
ci / windows-mingw-shared (push) Waiting to run
ci / emscripten (push) Waiting to run
ci / wasi (push) Waiting to run
ci / cygwin (push) Waiting to run
ci / openbsd (push) Waiting to run
ci / freebsd (push) Waiting to run
ci / android (push) Waiting to run
ci / ios (push) Waiting to run
ci / mimalloc-linux (push) Waiting to run
ci / mimalloc-macos (push) Waiting to run
tsan / linux (push) Waiting to run
valgrind / linux (push) Waiting to run
|
||
---|---|---|
.github/workflows | ||
docs | ||
examples | ||
gen | ||
test262@8eee4552a7 | ||
tests | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
ctest.c | ||
cutils.c | ||
cutils.h | ||
cxxtest.cc | ||
dirent_compat.h | ||
fuzz.c | ||
getopt_compat.h | ||
libbf.c | ||
libbf.h | ||
libregexp-opcode.h | ||
libregexp.c | ||
libregexp.h | ||
libunicode-table.h | ||
libunicode.c | ||
libunicode.h | ||
LICENSE | ||
list.h | ||
Makefile | ||
qjs.c | ||
qjsc.c | ||
quickjs-atom.h | ||
quickjs-c-atomics.h | ||
quickjs-libc.c | ||
quickjs-libc.h | ||
quickjs-opcode.h | ||
quickjs.c | ||
quickjs.h | ||
README.md | ||
repl.js | ||
run-test262.c | ||
standalone.js | ||
test262-fast.conf | ||
test262.conf | ||
test262_errors.txt | ||
tests.conf | ||
unicode_download.sh | ||
unicode_gen.c | ||
unicode_gen_def.h |
⚡️ QuickJS/DoneJS - A VERY mighty JavaScript engine
Overview
QuickJS/DoneJS (QuickJS NG DoneJS Edition) is a small and embeddable JavaScript engine. It aims to support the latest ECMAScript specification.
This project is a fork of the QuickJS NG project which is a fork of the original QuickJS project by Fabrice Bellard and Charlie Gordon, after it went dormant, with the intent of reigniting its development.
Getting started
Head over to the project website for instructions on how to get started and more documentation.
Authors
@bnoordhuis, @saghul, [@sneedgroup-holder], and many more [contributors].