QuickJS is a small and embeddable JavaScript engine. It aims to support the latest ECMAScript specification. QuickJS NG is a fork of the original QuickJS project by Fabrice Bellard and Charlie Gordon, after it went dormant, with the intent of reigniting its development.
Another few months of development, version 0.10.0 is out. Here are some notable changes
- Implemented
Array.fromAsync
- Support
os.Worker
on Windows- Added parserless build mode
- Added
os.exePath()
- Added promise hooks
- Fixed reporting handled promises as unhandled in tracker
See the full changelog here.