Skip to content

Commit 4de95b5

Browse files
authored
Fix a typo about unbundle in README (#1830)
My own copy/paste mistake...
1 parent d79b66a commit 4de95b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ that can be use programmatically as well:
146146
| `wasm-tools component new` | [wit-component] | | Create a component from a core wasm binary |
147147
| `wasm-tools component wit` | | | Extract a `*.wit` interface from a component |
148148
| `wasm-tools component embed` | | | Embed a `component-type` custom section in a core wasm binary |
149+
| `wasm-tools component unbundle` | | | Extract core wasm modules from a component |
149150
| `wasm-tools metadata show` | [wasm-metadata] | | Show name and producer metadata in a component or module |
150151
| `wasm-tools metadata add` | | | Add name or producer metadata to a component or module |
151-
| `wasm-tools metadata unbundle` | | | Extract core wasm modules from a component |
152152
| `wasm-tools addr2line` | | | Translate wasm offsets to filename/line numbers with DWARF |
153153
| `wasm-tools completion` | | | Generate shell completion scripts for `wasm-tools` |
154154
| `wasm-tools json-from-wast` | | | Convert a `*.wast` file into JSON commands |

0 commit comments

Comments
 (0)