In earlier articles, we have implemented a tokenizer, parser, and transformer to convert WAT syntax to a Wasm AST, and got started on the code generation.
In this part, we’ll finally wrap up code generation and be able
to compile our hello world sample into something that wasmtime
can run.
I hope.