> A native ABI doesn't mean you have to use C++ though. I can use Qt from Python if I like, or even from the JVM (slightly fiddlier, but doable). I can't do that with the browser.
wasm is that ABI for browser. Yes it would make everything bit slower, but I am fine given a lot more added security.
If we reach the point where a WASM-only app is a first-class citizen and I can write an app that doesn't have to touch HTML/CSS/JS (doing the UI with canvas or whatever), I'll be happy. We're not there yet though.
wasm is that ABI for browser. Yes it would make everything bit slower, but I am fine given a lot more added security.