John London
John London

Reputation: 1422

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.

Upvotes: 0

Views: 796

Answers (1)

John London
John London

Reputation: 1422

My findings:

Upvotes: 2

Related Questions