wasm2c
Convert a file from the WebAssembly binary format to a C source file and header. 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