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
{{ message }}
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
Thank you for the work you've put into this library. Love the simplicity! I was wondering if it is possible to run webassembly code? I'm researching the possibility of running untrusted code in a v8 isolate. This approach is written down here: https://blog.cloudflare.com/cloud-computing-without-containers
The possibility of running any code that compiles to webassembly through your simple v8 interface really excites me! Is this possible, or easily added?
The text was updated successfully, but these errors were encountered:
I've been playing with this myself (I don't know much about WASM..) but it does appear that WebAssembly is supported. however, I can't get the WebAssembly.instantiate() promise to ever resolve or error out, instead it just returns. Any additional information about this would be appreciated!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thank you for the work you've put into this library. Love the simplicity! I was wondering if it is possible to run webassembly code? I'm researching the possibility of running untrusted code in a v8 isolate. This approach is written down here: https://blog.cloudflare.com/cloud-computing-without-containers
The possibility of running any code that compiles to webassembly through your simple v8 interface really excites me! Is this possible, or easily added?
The text was updated successfully, but these errors were encountered: