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
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# ⚡️ 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.
|
|
|
|
[ECMAScript]: https://tc39.es/ecma262/
|
|
[original QuickJS project]: https://bellard.org/quickjs
|
|
[@bnoordhuis]: https://github.com/bnoordhuis
|
|
[@saghul]: https://github.com/saghul
|
|
[@sneedgroup-holder]: https://sneedgit.nodemixaholic.com/sneedgroup-holder
|
|
[QuickJS NG contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
|
|
[QuickJS NG project]: https://quickjs-ng.github.io/quickjs/
|
|
[Project Website]: https://donejs-runtime.github.io
|