Dev builds synced with nextgen source by github
Find a file
The Ghost of FOSS' Future 286d826696
Some checks failed
ci / codegen (push) Has been cancelled
ci / ubuntu-latest (riscv64) (push) Has been cancelled
ci / ubuntu-latest (s390x) (push) Has been cancelled
ci / ubuntu-latest (x86) (push) Has been cancelled
ci / macos-14 (Debug) (push) Has been cancelled
ci / ubuntu-latest (Debug) (push) Has been cancelled
ci / macos-14 (Release) (push) Has been cancelled
ci / ubuntu-latest (Release) (push) Has been cancelled
ci / macos-14 (asan+ubsan) (push) Has been cancelled
ci / ubuntu-latest (asan+ubsan) (push) Has been cancelled
ci / macos-14 (examples) (push) Has been cancelled
ci / ubuntu-latest (examples) (push) Has been cancelled
ci / ubuntu-latest (msan) (push) Has been cancelled
ci / macos-14 (shared) (push) Has been cancelled
ci / ubuntu-latest (shared) (push) Has been cancelled
ci / ubuntu-latest (tcc) (push) Has been cancelled
ci / windows-msvc (Win32, Debug) (push) Has been cancelled
ci / windows-msvc (Win32, Release) (push) Has been cancelled
ci / windows-msvc (x64, Debug) (push) Has been cancelled
ci / windows-msvc (x64, Release) (push) Has been cancelled
ci / windows-msvc-vs2019 (Win32, Debug) (push) Has been cancelled
ci / windows-msvc-vs2019 (Win32, Release) (push) Has been cancelled
ci / windows-msvc-vs2019 (x64, Debug) (push) Has been cancelled
ci / windows-msvc-vs2019 (x64, Release) (push) Has been cancelled
ci / windows-clang (Debug) (push) Has been cancelled
ci / windows-clang (Release) (push) Has been cancelled
ci / windows-ninja (Debug) (push) Has been cancelled
ci / windows-ninja (Release) (push) Has been cancelled
ci / windows-sdk (Win32, Debug) (push) Has been cancelled
ci / windows-sdk (Win32, Release) (push) Has been cancelled
ci / windows-sdk (x64, Debug) (push) Has been cancelled
ci / windows-sdk (x64, Release) (push) Has been cancelled
ci / windows-mingw (Debug, clang64) (push) Has been cancelled
ci / windows-mingw (Debug, mingw32) (push) Has been cancelled
ci / windows-mingw (Debug, mingw64) (push) Has been cancelled
ci / windows-mingw (Debug, ucrt64) (push) Has been cancelled
ci / windows-mingw (Release, clang64) (push) Has been cancelled
ci / windows-mingw (Release, mingw32) (push) Has been cancelled
ci / windows-mingw (Release, mingw64) (push) Has been cancelled
ci / windows-mingw (Release, ucrt64) (push) Has been cancelled
ci / windows-mingw-shared (push) Has been cancelled
ci / emscripten (push) Has been cancelled
ci / wasi (push) Has been cancelled
ci / cygwin (push) Has been cancelled
ci / openbsd (push) Has been cancelled
ci / freebsd (push) Has been cancelled
ci / android (push) Has been cancelled
ci / ios (push) Has been cancelled
ci / mimalloc-linux (push) Has been cancelled
ci / mimalloc-macos (push) Has been cancelled
tsan / linux (push) Has been cancelled
valgrind / linux (push) Has been cancelled
update qjs.c
2025-01-09 02:02:40 +00:00
.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 update qjs.c 2025-01-09 02:02:40 +00:00
qjsc.c
quickjs-atom.h
quickjs-c-atomics.h
quickjs-libc.c Update quickjs-libc.c 2025-01-09 01:22:52 +00:00
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].