Skip to content

Commit 5a6ef5b

Browse files
authored
Update contributing guide to use wit-bindgen (#60)
1 parent e2310b8 commit 5a6ef5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ same guidelines as the [WASI contribution guidelines].
88
The specification is written in WIT (WebAssembly Interface Types) — see `wit/wasi-nn.wit`.
99
This is parseable by WIT tools (e.g., [`wit-bindgen`], [`wit-abi`]). Note that, when altering the
1010
WIT specification, the Markdown example file (`ml-example.md`) must also be updated or CI will fail.
11-
To use [`wit-abi`] to update the ABI file, run:
11+
To use [`wit-bindgen`] to update the ABI file, run:
1212

1313
[`wit-bindgen`]: https://github.com/bytecodealliance/wit-bindgen
1414
[`wit-abi`]: https://github.com/WebAssembly/wasi-tools/tree/main/wit-abi
1515

1616
```console
17-
$ cargo install wit-abi --locked --git https://github.com/WebAssembly/wasi-tools --tag wit-abi-0.11.0
18-
$ wit-abi markdown --html-in-md wit
17+
$ cargo install wit-[email protected].0
18+
$ wit-bindgen markdown --html-in-md wit
1919
```

0 commit comments

Comments
 (0)