Support custom WASM locations in the QuickJS isolate driver #1095
SilvioYMollov
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Applications may need to serve the QuickJS WASM binary from a public directory or CDN instead of relying on the location resolved by
quickjs-emscripten.
This is particularly useful in browser, edge, and bundled environments where the default WASM asset location is unavailable or unsuitable.
Proposed API
Add an OPTIONAL
wasmLocationsetting:When omitted, the existing quickjs-emscripten loading behavior remains
unchanged.
All reactions