Search code examples
embedded-v8webassembly

WebAssembly via d8.exe


I posted this question here because I asked this question as part of another post, but found the solution before anyone answered it. Just want to share my findings.

I decided to try d8.exe only because I want to play around with WebAssembly don't feel like installing Chrome Canary. Still trying to figure out how to load .wasm file into d8.exe since I can't use XMLHttpRequest or fetch to read the binary files.


Solution

  • My findings: