2 Commits

Author SHA1 Message Date
bcallah
5c327e456f Update to quickjs-2020.09.06
A full changelog is here: https://bellard.org/quickjs/Changelog
From gkoehler@, who also tested it on macppc and powerpc64!
2020-09-23 15:37:32 +00:00
bcallah
f927ef7855 Import lang/quickjs, a small, embeddable JavaScript engine in C.
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.
2019-12-21 14:24:03 +00:00