Y
Hacker News
new
|
ask
|
show
|
jobs
by
thefounder
2701 days ago
WASM doesn't provide DOM access so you can't use anything useful on the web unless you callback through a bunch of JS.
2 comments
ericb
2701 days ago
I imagine that is some sort of intentional sandboxing? I didn't know about that and find myself surprised. In principal I'm not sure why it wouldn't be able to provide direct DOM access. I'd love to hear more background on this if you know it.
link
markdog12
2701 days ago
It's coming:
https://github.com/WebAssembly/host-bindings/blob/master/pro...
link
paradoxparalax
2701 days ago
I see thank you very much :) cheers
link