horhof/quickjs
Unpacked tarball of Fabrice Bellard’s QuickJS
repo name | horhof/quickjs |
repo link | https://github.com/horhof/quickjs |
homepage | https://bellard.org/quickjs |
language | C |
size (curr.) | 1895 kB |
stars (curr.) | 958 |
created | 2019-07-11 |
license | |
QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification including modules, asynchronous generators, proxies and BigInt.
An online demonstration of the QuickJS engine with its mathematical extensions is available at numcalc.com. It was compiled from C to WASM/asm.js with Emscripten.
QuickJS documentation: HTML version, PDF version.
QuickJS embeds the following C libraries which can be used in other projects:
QuickJS is released under the MIT license.