#Executing user-script in workers via embedded runtime (e.g. QuickJS)
6 messages · Page 1 of 1 (latest)
QuickJS & jseval-wasm both make some assumptions about being in a browser/Node so would need some tinkering (polyfilling some globals, etc) - and they may not even work then
https://github.com/boa-dev/boa works on Workers but I've never done more than some rudimentary tests with it
If you want user script to be accessing stuff from Workers, like fetch, you'd likely need to do a bit more setup
do you have an example of that?