quickjs-done/README.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

2025-01-06 20:57:32 +00:00
# ⚡️ QuickJS/DoneJS - A VERY mighty JavaScript engine
2024-10-25 16:39:45 +00:00
2025-01-06 20:48:15 +00:00
## Overview
2024-10-25 16:39:45 +00:00
2025-01-06 20:57:32 +00:00
QuickJS/DoneJS (QuickJS NG DoneJS Edition) is a small and embeddable JavaScript engine. It aims to support the latest
2025-01-06 20:48:15 +00:00
[ECMAScript] specification.
2024-10-25 16:39:45 +00:00
2025-01-06 20:57:32 +00:00
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.
2024-10-25 16:39:45 +00:00
2025-01-06 20:48:15 +00:00
## Getting started
2024-10-25 16:39:45 +00:00
2025-01-06 20:48:15 +00:00
Head over to the [project website] for instructions on how to get started and more
documentation.
2024-10-25 16:39:45 +00:00
2025-01-06 20:48:15 +00:00
## Authors
2024-10-25 16:39:45 +00:00
2025-01-15 23:59:01 +00:00
[@bnoordhuis], [@saghul], [@sneedgroup-holder], and many more contributors.
2025-01-06 20:48:15 +00:00
[ECMAScript]: https://tc39.es/ecma262/
[original QuickJS project]: https://bellard.org/quickjs
[@bnoordhuis]: https://github.com/bnoordhuis
[@saghul]: https://github.com/saghul
2025-01-15 23:59:01 +00:00
[@sneedgroup-holder]: https://sneedgit.nodemixaholic.com/sneedgroup-holder
2025-01-06 20:57:32 +00:00
[QuickJS NG contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
[QuickJS NG project]: https://quickjs-ng.github.io/quickjs/
2025-01-06 21:16:07 +00:00
[Project Website]: https://donejs-runtime.github.io