This Wasm interpreter fits in a QR code
Summary
A detailed technical exploration of fitting a WebAssembly interpreter into a QR code. The author documents size-optimization tricks, from linker-level simplifications to inline assembly, and discusses trade-offs in speed and security, concluding with a GitHub release of the autumn interpreter.