Y
Hacker News
new
|
ask
|
show
|
jobs
by
gsnedders
3202 days ago
WASM is strictly
less
powerful than JS.
1 comments
baddox
3202 days ago
Indeed, from what I'm reading it looks like most of the usual JS tasks (like DOM manipulation, listening to input, and network requests) still need to happen by your WebAssembly module calling out to normal JS.
link