Reverse Engineering a 218-Byte Wasm Compiler in JavaScript▾
Starting with a 218-byte one-liner that implements a Reverse Polish Notation arithmetic compiler, we'll work backward to transform it into readable JS by removing one code golf trick at a time
m
Maikel
11/23/2024, 7:43 AM
Very interesting indeed! Did you also write this up in a blog post somewhere? Or is it only available in your webassembly book? (I am going to buy it 😀)