#Executing user-script in workers via embedded runtime (e.g. QuickJS)

6 messages · Page 1 of 1 (latest)

hybrid bison
#

I wanted to see if anyone had experience or suggestions for doing this type of thing, thanks in advance!

neat pawn
#

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

#

If you want user script to be accessing stuff from Workers, like fetch, you'd likely need to do a bit more setup

zinc wave