diff options
author | Sam Clegg <sbc@chromium.org> | 2017-05-25 13:52:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-25 13:52:24 -0700 |
commit | 261df56ff70732a19d1211ca98c358de2fc22d57 (patch) | |
tree | 2c2ba2fe2ca43e208391cc5655278ff124986c33 /README.md | |
parent | cfcdab032b9fc3f16f9b6259de4ebc509e269def (diff) | |
download | wabt-261df56ff70732a19d1211ca98c358de2fc22d57.tar.gz wabt-261df56ff70732a19d1211ca98c358de2fc22d57.tar.bz2 wabt-261df56ff70732a19d1211ca98c358de2fc22d57.zip |
Rename wasmdump to wasm-objdump (#455)
This is more consistent with how llvm and binutils
name such tools.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly, including: - **wast2wasm**: translate from [s-expressions](https://github.com/WebAssembly/spec) to the WebAssembly [binary-encoding](https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md) - **wasm2wast**: the inverse of wast2wasm, translate from the binary encoding back to an s-expression source file (also known as a .wast) - - **wasmdump**: print information about a wasm binary. Similiar to objdump. + - **wasm-objdump**: print information about a wasm binary. Similiar to objdump. - **wasm-interp**: decode and run a WebAssembly binary file using a stack-based interpreter - **wast-desugar**: parse .wast text form as supported by the spec interpreter (s-expressions, flat syntax, or mixed) and print "canonical" flat format - **wasm-link**: simple linker for merging multiple wasm files. |