lightpanda-io / zig-js-runtime

Add a JS runtime in your Zig project
https://lightpanda.io
Apache License 2.0
15 stars 0 forks source link

Add QuickJS engine #53

Open nrigaudiere opened 10 months ago

nrigaudiere commented 10 months ago

https://bellard.org/quickjs/

Main advantages:

It does not support ECMA402 (Internationalisation APIs).

The idea is to use QuickJS as the default JS engine, at least for the open source version.

nrigaudiere commented 10 months ago

https://github.com/Browsercore/jsruntime-lib/tree/quickjs