DoneJS version of QuickJS
Sneed Group Holder
544f41ad2b
Some checks are pending
ci / Linux (Ubuntu) (push) Waiting to run
ci / linux-asan (push) Waiting to run
ci / linux-msan (push) Waiting to run
ci / linux-ubsan (push) Waiting to run
ci / macOS (push) Waiting to run
ci / macos-asan (push) Waiting to run
ci / macos-ubsan (push) Waiting to run
ci / freebsd (push) Waiting to run
ci / qemu-alpine (arm32v6) (push) Waiting to run
ci / qemu-alpine (arm32v7) (push) Waiting to run
ci / qemu-alpine (arm64v8) (push) Waiting to run
ci / qemu-alpine (i386) (push) Waiting to run
ci / qemu-alpine (s390x) (push) Waiting to run
|
||
---|---|---|
.github/workflows | ||
docs | ||
examples | ||
gen | ||
tests | ||
.DS_Store | ||
.gitignore | ||
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].