wasm2wat
Convert a file from the WebAssembly binary format to the text format. More information: <https://github.com/WebAssembly/wabt>.
RUN apt-get update && \
apt-get install -y wabt
RUN apt-get update && \
apt-get install -y wabt
RUN pacman -S --noconfirm wabt
RUN apt-get update && \
apt-get install -y wabt