QuickJS is a virtual machine created in 2019 by Fabrice Bellard.
#572on PLDB | 5Years Old |
git clone https://github.com/bellard/quickjs
QuickJS is a small and embeddable Javascript engine. It supports the ES2023 specification including modules, asynchronous generators, proxies and BigInt. It optionally supports mathematical extensions such as big decimal floating point numbers (BigDecimal), big binary floating point numbers (BigFloat) and operator overloading.