issues
search
sebastianwessel
/
quickjs
A typescript package to execute JavaScript and TypeScript code in a webassembly quickjs sandbox
https://sebastianwessel.github.io/quickjs/
MIT License
609
stars
16
forks
source link
Initial fixes
#36
Closed
qbz
closed
3 months ago
qbz
commented
3 months ago
replaced sync WASM to async one
added
globals
options to runtime init
patched global eval same as in CF env
added esm.sh imports handling, but commented since it seems like it's a big rabbit hole
tested fetch function and some simple code snippets
globals
options to runtime init