Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 602 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 602 Bytes

WABT

Repository for wabt docker image - thearqsz/wabt

Usage

It couldn't be simplier:

  1. Go to the directory of your choice e.g:
cd /mydir
  1. Pull this image:
docker pull thearqsz/wabt
  1. 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