What Happened To WebAssembly

110 points by EmNudge


kristoff

It seems to have been advertised as a world-changing advancement. Was it just oversold?

Yes, like every single technology that gets vc money injected into it. It's an ok technology but on one hand it requires a low level programming language to be leveraged well, and on the other it was pushed to solve software distribution issues that are actually better solved by using a better compiler toolchain.

That being said, some software distribution issues are indeed nicely solved by VMs and I'm a very happy user of WASM: all the language server implementations (eg) that I'm working on are written in Zig, compiled to WASM and bundled directly in their relative VSCode extension, so that users don't have to do any manual step (nor I have to write javascript code to fetch and manage the right version of a native executable).