wit-deps
wit-deps copied to clipboard
WIT dependency manager
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.83 to 1.0.86. Release notes Sourced from anyhow's releases. 1.0.86 Fix parse error in ensure! with non-literal after minus sign (#373) 1.0.85 Improve ensure! macro's rules to...
In shell I get below ```sh $ cargo install wit-deps Updating crates.io index Downloaded wit-deps v0.3.1 Downloaded 1 crate (14.2 KB) in 0.73s error: there is nothing to install in...
Bumps [camino](https://github.com/camino-rs/camino) from 1.1.6 to 1.1.7. Release notes Sourced from camino's releases. camino 1.1.7 Fixed Resolve unexpected_cfg warnings. Changelog Sourced from camino's changelog. [1.1.7] - 2024-05-14 Fixed Resolve unexpected_cfg warnings....
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.202. Release notes Sourced from serde's releases. v1.0.202 Provide public access to RenameAllRules in serde_derive_internals (#2743) Commits 9e32a40 Release 1.0.202 87f635e Release serde_derive_internals 0.29.1 d4b2dfb...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Refs #24 Instead of `tar`-packing the dependencies to compute the digest, use https://github.com/bytecodealliance/wasm-tools to assemble a Wasm containing all the interfaces and worlds within the fetched package and hash that....
`wit-deps` should support a subcommand producing a component Wasm Refs #25
Would be nice to add a shared `wit-deps update` GitHub action, such that downstream consumers could integrate this project in their CI simpler
`wit-deps update` is mentioned in examples briefly, but it's missing better docs
Support cache-less operation to e.g. pull in updates from URLs, contents of which are non-deterministic