Our book is about building a compiler for a toy, compile-to-Wasm language.

At some point, we starting wondering…what's the smallest possible WebAssembly compiler? Could you make one that fits in tweet? 🤔

The answer is yes!

https://wasmgroundup.com/blog/wasm-compiler-in-a-tweet/

Comments