Y
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
flohofwoe
3305 days ago
You can only do what the browser sandbox provides, no direct access to the underlying operating system, only to HTML/JS APIs.
link
johncolanduoni
3305 days ago
Notably JavaScript embedders that give more access (e.g. ChromeOS apps) do provide such interfaces.
link