quickjs-done-nextgen/README.md

26 lines
1,018 B
Markdown
Raw Permalink Normal View History

2025-01-06 20:56:06 +00:00
# ⚡️ QuickJS/DoneJS - A VERY mighty JavaScript engine
2023-11-17 12:54:31 +00:00
2024-03-12 08:43:03 +00:00
## Overview
2025-01-06 20:56:06 +00:00
QuickJS/DoneJS (QuickJS NG DoneJS Edition) is a small and embeddable JavaScript engine. It aims to support the latest
2024-11-13 22:41:38 +00:00
[ECMAScript] specification.
2025-01-06 20:57:19 +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-11-13 22:41:38 +00:00
## Getting started
Head over to the [project website] for instructions on how to get started and more
documentation.
2024-03-12 08:43:03 +00:00
2024-11-13 22:41:38 +00:00
## Authors
2024-03-12 08:43:03 +00:00
2025-01-06 20:57:19 +00:00
[@bnoordhuis], [@saghul], [@sneedgroup-holder], and many more [contributors].
2024-03-12 08:43:03 +00:00
2024-11-15 12:30:06 +00:00
[ECMAScript]: https://tc39.es/ecma262/
2024-11-13 22:41:38 +00:00
[original QuickJS project]: https://bellard.org/quickjs
2024-03-12 08:43:03 +00:00
[@bnoordhuis]: https://github.com/bnoordhuis
[@saghul]: https://github.com/saghul
2025-01-06 20:56:06 +00:00
[QuickJS NG contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
2025-01-06 20:57:19 +00:00
[QuickJS NG project]: https://quickjs-ng.github.io/quickjs/
2025-01-06 20:56:06 +00:00
[Project Website]: https://donejs-runtime.github.io