We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49046cb commit ba0f99eCopy full SHA for ba0f99e
Utilities/README.md
@@ -13,11 +13,11 @@ $ swift run WasmKitDevUtils
13
Re-generates only the internal VM instruction related files
14
15
```console
16
-$ swift run WasmKitDevUtils generate-internal-instruction
+$ swift run WasmKitDevUtils vmgen
17
```
18
19
Re-generates only the Core Wasm instruction related files based on `Instructions.json`.
20
21
22
-$ swift run WasmKitDevUtils generate-wasm-instruction
+$ swift run WasmKitDevUtils wasmgen
23
0 commit comments