Hacker News new | ask | show | jobs
by capableweb 1024 days ago
I mean probably, yeah, but why? You'd still need JS to involve the DOM with anything, and that's the performance expensive stuff, so might as well just do the whole thing in JS.
1 comments

Isn't there work on letting WASM call the DOM/Browser API's directly without having to go through JavaScript?
Like nuclear fusion, it’s always just over the horizon.