Posts in webassembly


WebAssembly branching instructions, by example
• 6 min read

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.
Continue Reading »