Skip to content

Instantly share code, notes, and snippets.

@liuliangsir
Forked from miguelmota/wasm_tools_install.sh
Created October 18, 2022 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liuliangsir/8b0bbf0eeb182c7b248dbf67d2a6fb68 to your computer and use it in GitHub Desktop.
Save liuliangsir/8b0bbf0eeb182c7b248dbf67d2a6fb68 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