Hacker News new | ask | show | jobs
by TazeTSchnitzel 3517 days ago
Huh? WebAssembly, like asm.js before it, can access Web APIs (albeit via JS).
1 comments

Not exactly. You have to export those APIs into the WebAssembly module. It's certainly possible to have a WASM implementation that doesn't provide web APIs, but is still WASM.