WebAssembly branching instructions, by example
I have been familiarizing myself with WebAssembly by writing small WAT files and looking at the WASM output for some simple C functions. WebAssembly Studio is a great tool for doing this kind of exploration. Branching in WebAssembly takes some getting used to– for one thing, the target of your…