We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3f587 commit ee7de6dCopy full SHA for ee7de6d
README.md
@@ -155,7 +155,7 @@ that can be use programmatically as well:
155
| `wasm-tools addr2line` | | | Translate wasm offsets to filename/line numbers with DWARF |
156
| `wasm-tools completion` | | | Generate shell completion scripts for `wasm-tools` |
157
| `wasm-tools json-from-wast` | | | Convert a `*.wast` file into JSON commands |
158
-| `wasm-tools -wast` | | | Validate the structure of a `*.wast` file |
+| `wasm-tools wast` | | | Validate the structure of a `*.wast` file |
159
160
[wasmparser]: https://crates.io/crates/wasmparser
161
[wat]: https://crates.io/crates/wat
0 commit comments