Hacker News new | ask | show | jobs
by webdevatlurk 2710 days ago
I eagerly await the day when all my games are electron apps that break because they can't load an old version of libnode.
2 comments

WebAssembly and Electron are different things. If games were delivered over the web in WebAssembly, not being able to load an old version should not be a problem - the web is largeyl forwards-compatible, and browser vendors take care to Not Break The Web.
The best thing about wasm is that it's not JavaScript. ~