Skip to content

TheArqsz/wabt-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository for wabt docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published