Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Improve wit-deps docs #573

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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