DoneJS version of QuickJS
Find a file
sneedgroup-holder beb3fe0bda
Some checks failed
ci / Linux (Ubuntu) (push) Has been cancelled
ci / linux-asan (push) Has been cancelled
ci / linux-msan (push) Has been cancelled
ci / linux-ubsan (push) Has been cancelled
ci / macOS (push) Has been cancelled
ci / macos-asan (push) Has been cancelled
ci / macos-ubsan (push) Has been cancelled
ci / freebsd (push) Has been cancelled
ci / qemu-alpine (arm32v6) (push) Has been cancelled
ci / qemu-alpine (arm32v7) (push) Has been cancelled
ci / qemu-alpine (arm64v8) (push) Has been cancelled
ci / qemu-alpine (i386) (push) Has been cancelled
ci / qemu-alpine (s390x) (push) Has been cancelled
Update README.md
2025-01-15 23:59:01 +00:00
.github/workflows Add CI targets, fix test_std.js (#247) 2024-03-03 21:57:38 +01:00
docs update to latest 2025-01-08 19:41:00 -06:00
examples rebase on nextgen 2025-01-06 14:48:15 -06:00
gen update to latest 2025-01-08 19:41:00 -06:00
tests rebase on nextgen 2025-01-06 14:48:15 -06:00
.DS_Store rebase on nextgen 2025-01-06 14:48:15 -06:00
.gitignore begin hacky fix 2025-01-06 15:48:32 -06:00
CMakeLists.txt update to latest 2025-01-08 19:41:00 -06:00
ctest.c rebase on nextgen 2025-01-06 14:48:15 -06:00
cutils.c rebase on nextgen 2025-01-06 14:48:15 -06:00
cutils.h update to latest 2025-01-08 19:41:00 -06:00
cxxtest.cc rebase on nextgen 2025-01-06 14:48:15 -06:00
dirent_compat.h rebase on nextgen 2025-01-06 14:48:15 -06:00
fuzz.c rebase on nextgen 2025-01-06 14:48:15 -06:00
getopt_compat.h rebase on nextgen 2025-01-06 14:48:15 -06:00
libbf.c rebase on nextgen 2025-01-06 14:48:15 -06:00
libbf.h rebase on nextgen 2025-01-06 14:48:15 -06:00
libregexp-opcode.h rebase on nextgen 2025-01-06 14:48:15 -06:00
libregexp.c rebase on nextgen 2025-01-06 14:48:15 -06:00
libregexp.h rebase on nextgen 2025-01-06 14:48:15 -06:00
libunicode-table.h rebase on nextgen 2025-01-06 14:48:15 -06:00
libunicode.c update to latest 2025-01-08 19:41:00 -06:00
libunicode.h rebase on nextgen 2025-01-06 14:48:15 -06:00
LICENSE rebase on nextgen 2025-01-06 14:48:15 -06:00
list.h rebase on nextgen 2025-01-06 14:48:15 -06:00
Makefile update to latest 2025-01-08 19:41:00 -06:00
qjs.c update to latest 2025-01-08 19:41:00 -06:00
qjsc.c update to latest 2025-01-08 19:41:00 -06:00
quickjs-atom.h rebase on nextgen 2025-01-06 14:48:15 -06:00
quickjs-c-atomics.h rebase on nextgen 2025-01-06 14:48:15 -06:00
quickjs-libc.c update to latest 2025-01-08 19:41:00 -06:00
quickjs-libc.h update to latest 2025-01-08 19:41:00 -06:00
quickjs-opcode.h rebase on nextgen 2025-01-06 14:48:15 -06:00
quickjs.c update to latest 2025-01-08 19:41:00 -06:00
quickjs.h update to latest 2025-01-08 19:41:00 -06:00
README.md Update README.md 2025-01-15 23:59:01 +00:00
repl.js update to latest 2025-01-08 19:41:00 -06:00
run-test262.c update to latest 2025-01-08 19:41:00 -06:00
standalone.js rebase on nextgen 2025-01-06 14:48:15 -06:00
test262-fast.conf rebase on nextgen 2025-01-06 14:48:15 -06:00
test262.conf rebase on nextgen 2025-01-06 14:48:15 -06:00
test262_errors.txt rebase on nextgen 2025-01-06 14:48:15 -06:00
tests.conf rebase on nextgen 2025-01-06 14:48:15 -06:00
unicode_download.sh rebase on nextgen 2025-01-06 14:48:15 -06:00
unicode_gen.c rebase on nextgen 2025-01-06 14:48:15 -06:00
unicode_gen_def.h rebase on nextgen 2025-01-06 14:48:15 -06:00

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.