Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created August 28, 2018 20:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save miguelmota/09a58ded3aeaf2c932e5a5b953ef1541 to your computer and use it in GitHub Desktop.
Save miguelmota/09a58ded3aeaf2c932e5a5b953ef1541 to your computer and use it in GitHub Desktop.
macOS install WebAssembly (WASM) tools (wasm-objdump)
git clone --recursive https://github.com/WebAssembly/wabt
cd wabt
make
make clang-debug
make gcc-i686-release
make clang-debug-lsan
make gcc-debug-no-re2c
chmod +x bin/
cp bin/* /usr/local/bin/
wasm-objdump --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment