A WebAssembly compiler that fits in a tweet
SMRTR summary
This compact JavaScript compiler, in just 192 bytes, converts reverse Polish notation arithmetic expressions into WebAssembly modules, producing a single function that returns the expression's result as valid WebAssembly bytecode.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article