Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

Running webassembly code #25

Open
advdv opened this issue Nov 10, 2018 · 1 comment
Open

Running webassembly code #25

advdv opened this issue Nov 10, 2018 · 1 comment

Comments

@advdv
Copy link

advdv commented Nov 10, 2018

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?

@akhilcacharya
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants