Hacker News new | ask | show | jobs
by phickey 267 days ago
Wasm only gets additive changes - the binary format can't change in a way that breaks any previously existing programs, because that would break the Web. So, you just have to add more opcodes to your implementation.
1 comments

Awesome, thanks!