Hacker News new | ask | show | jobs
by gsnedders 3523 days ago
Nobody's writing a whole new VM to run it; everyone is just treating it as another input format to their JS VM.
1 comments

Given the context, what browser is that going into? How is that relevant to browser sandboxing?
Ah yes within the browser space the various companies are just putting web assembly in/alongside the existing javascript engines. WAVM was just an example of a whole new vm that isn't for a browser, but does run webassembly.
Yeah; I probably should've been more explicit in my original comment: there's definitely new VMs being written for WASM, but none are currently expecting to go into browsers, hence concerns about sandbox escapes from browsers aren't affected by them.