Skip to content

Commit

Permalink
docs: Improve wit-deps docs (#573)
Browse files Browse the repository at this point in the history
# Description

Improves `wit-deps-cli` install command and links to `wasi-logging` repository.

## Type of change

- [x] Documentation changes
  • Loading branch information
bgins committed Feb 14, 2024
1 parent 015662e commit b30d01e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ a type of `fix`, `feat`, `docs`, `ci`, `refactor`, etc..., structured like so:
We are using [wit-deps][wit-deps] to track [WIT][wit] dependencies/interfaces,
which is installed by default in our [Nix flake](#nix) or can be
installed separately with `cargo install`.
installed separately with `cargo install wit-deps-cli`.
To see an example of `wit-deps` in action, view our
[host helpers](./homestar-wasm/wit/helpers.wit), where we import
Expand Down Expand Up @@ -199,6 +199,7 @@ directory.
[nix-flake]: https://nixos.wiki/wiki/Flakes
[pre-commit]: https://pre-commit.com/
[tokio-console]: https://github.com/tokio-rs/console
[wasi-logging]: https://github.com/WebAssembly/wasi-logging
[wit]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md
[wit-bindgen]: https://github.com/bytecodealliance/wit-bindgen
[wit-deps]: https://github.com/bytecodealliance/wit-deps

0 comments on commit b30d01e

Please sign in to comment.