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


  1. https://lobste.rs/s/pmdcpu/why_webassembly_is_not_more_mainstream

Cateogory: [Tech]
Tags: [software engineering] [low level] [webassembly]