wasm2wat

Convert a file from the WebAssembly binary format to the text format. More information: <https://github.com/WebAssembly/wabt>.

Debian Debian
RUN apt-get update && \ apt-get install -y wabt
Ubuntu
RUN apt-get update && \ apt-get install -y wabt
Arch Arch Linux
RUN pacman -S --noconfirm wabt
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y wabt
click the source code to copy install wasm2wat on any operating system with command-not-found.com