Baby's second wasm compiler

from blog Scattered Thoughts, | ↗ original
(This is part of a series on the design of a language. See the list of posts here.) The zest compiler today is ~4500 loc with no dependencies except the zig standard library. It generates wasm of similar quality to an llvm at -O0, although I have some ideas to try later that I hope will push the output closer towards -O1. There are still some low-hanging...