Hacker News new | ask | show | jobs
by mixedCase 2837 days ago
Wasm on the browser can't call the OS, but I don't assume that to be the case on Node, just like it isn't for JS.
1 comments

JS (and eventually wasm) calls the OS via requiring native modules, which is why we're concerned about keeping them around.