-
-
Save liuliangsir/8b0bbf0eeb182c7b248dbf67d2a6fb68 to your computer and use it in GitHub Desktop.
macOS install WebAssembly (WASM) tools (wasm-objdump)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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