Hacker News new | ask | show | jobs
by supremesaboteur 3305 days ago
Can you open a socket or write to the file system with WASM ?
1 comments

You can only do what the browser sandbox provides, no direct access to the underlying operating system, only to HTML/JS APIs.
Notably JavaScript embedders that give more access (e.g. ChromeOS apps) do provide such interfaces.