Y
Hacker News
new
|
ask
|
show
|
jobs
by
smitherfield
3522 days ago
Right now it's more like Flash or Java applets, running in a sandbox within a sandbox.
1 comments
TazeTSchnitzel
3522 days ago
Huh? WebAssembly, like asm.js before it, can access Web APIs (albeit via JS).
link
hackcasual
3522 days ago
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.
link