logoalt Hacker News

phickeyyesterday at 7:23 PM1 replyview on HN

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.


Replies

endorphineyesterday at 7:34 PM

Awesome, thanks!