quickjs-done-nextgen/README.md

25 lines
837 B
Markdown
Raw Normal View History

2023-11-17 12:54:31 +00:00
# ⚡️ QuickJS - A mighty JavaScript engine
2024-03-12 08:43:03 +00:00
## Overview
2024-11-13 22:41:38 +00:00
QuickJS is a small and embeddable JavaScript engine. It aims to support the latest
[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.
## 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
2024-11-13 22:41:38 +00:00
[@bnoordhuis], [@saghul], 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
2024-11-13 22:41:38 +00:00
[contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
[project website]: https://quickjs-ng.github.io/quickjs/