ports/lang/quickjs/pkg/DESCR

8 lines
289 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.