Comment by Too
2 months ago
There’s a famous presentation by David Beazley where he implements a WASM interpreter in Python in under an hour. Highly recommended.
2 months ago
There’s a famous presentation by David Beazley where he implements a WASM interpreter in Python in under an hour. Highly recommended.
Bytecode interpreters are quite simple compared to the actual lexer / parser.