Repository for unofficial wabt docker image - thearqsz/wabt
It couldn't be simplier:
cd /mydir
docker pull thearqsz/wabt
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
Content type
Image
Digest
Size
278.5 MB
Last updated
almost 6 years ago
docker pull thearqsz/wabt