Sign inSign up

thearqsz/wabt

By thearqsz

Updated almost 6 years ago

Unofficial docker image for wabt

Image
1

266

thearqsz/wabt repository overview

WABT

Repository for unofficial 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

Tag summary

Content type

Image

Digest

Size

278.5 MB

Last updated

almost 6 years ago

docker pull thearqsz/wabt