The WebAssembly text toolkit is a toolkit to peek into a Wasm module in a textual format. Although the Wasm module is binary, this toolkit allows you to convert Wasm into a human-readable text format.
Create a text file in WebAssembly text format (wat) and generate a Wasm file from it
Generate a wat file from a Wasm file
Generate a dump of the Wasm file
The wat2wasm Utility
This tool handcrafts Wasm files in a text format ...