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.
My findings:
d8.exe
with --expose_wasm
flag..wast
to .wasm
.wasm
inside d8.exe
..wasm
with readbuffer
.