Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e93f9d0c | 2022-03-11 19:28:46 | drop RCS Ids | ||
| 5c327e45 | 2020-09-23 15:37:32 | 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! | ||
| f927ef78 | 2019-12-21 14:24:03 | 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. |