https://github.com/quickjs-ng/quickjs
QuickJS, the Next Generation: a mighty JavaScript engine
https://github.com/quickjs-ng/quickjs
Last synced: 21 days ago
JSON representation
QuickJS, the Next Generation: a mighty JavaScript engine
- Host: GitHub
- URL: https://github.com/quickjs-ng/quickjs
- Owner: quickjs-ng
- License: mit
- Created: 2023-11-01T18:49:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-09T22:55:35.000Z (29 days ago)
- Last Synced: 2026-02-10T02:40:50.960Z (29 days ago)
- Language: C
- Homepage: https://quickjs-ng.github.io/quickjs/
- Size: 31.6 MB
- Stars: 2,672
- Watchers: 36
- Forks: 250
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - quickjs-ng/quickjs - QuickJS, the Next Generation: a mighty JavaScript engine (C)
README
# ⚡️ QuickJS - A mighty JavaScript engine
## Overview
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.
## Authors
[@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/