4 lines
340 B
Markdown
4 lines
340 B
Markdown
|
# 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.
|