Repository for wabt docker image - thearqsz/wabt
It couldn't be simplier:
- Go to the directory of your choice e.g:
cd /mydir
- Pull this image:
docker pull thearqsz/wabt
- Run it!
docker run -it --rm -v $(pwd):/src -u $(id -u):$(id -g) thearqsz/wabt <COMMAND>
Replace <COMMAND> with command of your choice:
- wasm2wat
- wasm2c
- wasm2json
- wasm-decompile
- wasm-interp
- wat2wasm