Remix.run Logo
Too 3 days ago

There’s a famous presentation by David Beazley where he implements a WASM interpreter in Python in under an hour. Highly recommended.

bangaladore 3 days ago | parent [-]

Bytecode interpreters are quite simple compared to the actual lexer / parser.