Created
August 28, 2018 20:55
-
-
Save miguelmota/09a58ded3aeaf2c932e5a5b953ef1541 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