quickjs-done/README.md
sneedgroup-holder c12360ba55
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
2024-12-19 15:58:45 -06:00

395 B

QuickJS (DoneJS edition)

An unofficial fork of QuickJS that contains polyfills and modifications to the source code to make it more like something such as NodeJS or Deno.

FAQ

Documentation Location

The main documentation is in "doc/quickjs.pdf" for the PDF version or "doc/quickjs.html" for the HTML one.

Location of Polyfills

The polyfills are located in the "qjs.c" file.