justjake / quickjs-emscripten

Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions
https://www.npmjs.com/package/quickjs-emscripten
Other
1.18k stars 94 forks source link

Add quickjs-ng varaints #135

Closed justjake closed 6 months ago

justjake commented 6 months ago

This PR vendors quickjs-ng, and builds 4 variants from it. We aren't switching to quickjs-ng by default yet, but this at least allows use and evaluation of quickjs-ng. I'll probably swap the default at 1.0.

saghul commented 6 months ago

Thanks!