Hacker News new | ask | show | jobs
by jeremyloy_wt 897 days ago
I am genuinely ignorant on the sandboxing and capabilities of wasm
1 comments

Wasm shouldn't have any more capabilities than Javascript, it's theoretically the same sandbox with all the same underlying system access (or lack thereof). However, that doesn't mean I can vouch for the implementations.