You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work on this! It would be great if there could be a build for Deno. I managed to get it working using the worker build, via esm.sh, with a few tweaks, but ti would be great to have one that has native support. Emscripten is capable of building for Deno: emscripten-core/emscripten#13190 (comment). I would also add DYNAMIC_EXECUTION=0, because Deno Deploy doesn't support eval().
The text was updated successfully, but these errors were encountered:
Thanks for your work on this! It would be great if there could be a build for Deno. I managed to get it working using the worker build, via esm.sh, with a few tweaks, but ti would be great to have one that has native support. Emscripten is capable of building for Deno: emscripten-core/emscripten#13190 (comment). I would also add
DYNAMIC_EXECUTION=0
, because Deno Deploy doesn't supporteval()
.The text was updated successfully, but these errors were encountered: