Skip to content

Commit ba0f99e

Browse files
Update Utilities/README.md
1 parent 49046cb commit ba0f99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Utilities/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ $ swift run WasmKitDevUtils
1313
Re-generates only the internal VM instruction related files
1414

1515
```console
16-
$ swift run WasmKitDevUtils generate-internal-instruction
16+
$ swift run WasmKitDevUtils vmgen
1717
```
1818

1919
Re-generates only the Core Wasm instruction related files based on `Instructions.json`.
2020

2121
```console
22-
$ swift run WasmKitDevUtils generate-wasm-instruction
22+
$ swift run WasmKitDevUtils wasmgen
2323
```

0 commit comments

Comments
 (0)