Webassembly
I gave an entire talk about this.
Binary instruction format for the web, allows you to write code in one language, compile it, and load it on your browser. Also works outside of your browser, since it is a VM.
Refer to rust
Add stuff about compilers
Cateogory: [Tech]
Tags: [software engineering] [low level] [webassembly]