WABT: A wonderful CLI for manipulating Wasm
Reading Time: 4 minutes As we know, WebAssembly is a binary instruction format that is not understandable by us. So to manipulate the WebAssembly files we have a set of tools called wabt. Let us explore it more and learn how to use it.