Update README
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

This commit is contained in:
Arma-Damna-Dillo 2025-01-06 14:57:32 -06:00
parent e18d08e951
commit 3032ec2198

View file

@ -1,11 +1,11 @@
# ⚡️ QuickJS - A mighty JavaScript engine # ⚡️ QuickJS/DoneJS - A VERY mighty JavaScript engine
## Overview ## Overview
QuickJS is a small and embeddable JavaScript engine. It aims to support the latest QuickJS/DoneJS (QuickJS NG DoneJS Edition) is a small and embeddable JavaScript engine. It aims to support the latest
[ECMAScript] specification. [ECMAScript] specification.
This project 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. 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 ## Getting started
@ -14,11 +14,12 @@ documentation.
## Authors ## Authors
[@bnoordhuis], [@saghul], and many more [contributors]. [@bnoordhuis], [@saghul], [@sneedgroup-holder], and many more [contributors].
[ECMAScript]: https://tc39.es/ecma262/ [ECMAScript]: https://tc39.es/ecma262/
[original QuickJS project]: https://bellard.org/quickjs [original QuickJS project]: https://bellard.org/quickjs
[@bnoordhuis]: https://github.com/bnoordhuis [@bnoordhuis]: https://github.com/bnoordhuis
[@saghul]: https://github.com/saghul [@saghul]: https://github.com/saghul
[contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors [QuickJS NG contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
[project website]: https://quickjs-ng.github.io/quickjs/ [QuickJS NG project]: https://quickjs-ng.github.io/quickjs/
[Project Website]: https://donejs-runtime.github.io