ok fcambus@, who independently developed a very similar port of this QuickJS is a small and embeddable JavaScript engine. It supports the ES2020 specification including modules, asynchronous generators and proxies. It optionally supports mathematical extensions such as big integers (BigInt), big floating point numbers (BigFloat) and operator overloading.
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
QuickJS is a small and embeddable JavaScript engine. It supports the
|
|
ES2020 specification including modules, asynchronous generators and
|
|
proxies.
|
|
|
|
It optionally supports mathematical extensions such as big integers
|
|
(BigInt), big floating point numbers (BigFloat) and operator
|
|
overloading.
|