Conversation

I am often reminded how so many good technologies start in one niche, and then explode out into general use. Java did this in the 90s, from embedded to enterprise. JavaScript went from an oft-lambasted "toy" to the most popular language. This is happening with WebAssembly now.
Quote Tweet
Further, while @JavaScript is a great general-purpose language, sometimes it makes sense “to be able to play to the strengths of another language” with #wasm @fermyontech 's Matt Butcher says. @technosophos thenewstack.io/webassembly-vs
1
14
Replying to and
It’s amusing to me, of course, how much WebAssembly has in common with Java and .NET bytecode. They’re all stack-based, object-aware virtual machines. Makes me wonder how many times we’re going to reinvent this particular wheel (no shade on wasm, which I like a lot more than JS).
1
Replying to and
the fundamentals of WASM feel different because it starts with creating a virtual processor; I've never felt like I was looking at opcodes in .NET. and the capabilities model is really appealing to me - if you need to do eg file access, say so and prove why
1
2