quickjs-done/README.md

25 lines
837 B
Markdown
Raw Normal View History

2025-01-06 20:48:15 +00:00
# ⚡️ QuickJS - A 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:48:15 +00:00
QuickJS is a small and embeddable JavaScript engine. It aims to support the latest
[ECMAScript] specification.
2024-10-25 16:39:45 +00:00
2025-01-06 20:48:15 +00:00
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.
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-06 20:48:15 +00:00
[@bnoordhuis], [@saghul], 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
[contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
[project website]: https://quickjs-ng.github.io/quickjs/