QuickJS JavaScript Engine
6 months ago
- #Javascript
- #Embeddable
- #ES2023
- QuickJS is a small and embeddable Javascript engine supporting ES2023.
- Features include low memory usage, fast startup, and nearly complete ES2023 support.
- It can compile Javascript to executables with no external dependencies.
- Includes a command line interpreter with contextual colorization.
- Documentation is available in HTML and PDF formats.
- Released under the MIT license, copyright Fabrice Bellard and Charlie Gordon.