Stream: warg

Topic: wit-deps rationale


view this post on Zulip Igor Morozov (Oct 08 2023 at 19:30):

Hi, I came across a repo called wit-deps. It's a tool used by some wasi repos for interface dependency management.
Warg docs say:

Warg is primarily designed for publishing and fetching WebAssembly binary packages, both core modules as well as components and component interfaces.

So I wonder why don't they use warg. Is it due to warg incompleteness or there are other reasons? Is it already addressed somehow?

WIT dependency manager. Contribute to bytecodealliance/wit-deps development by creating an account on GitHub.

view this post on Zulip Lann Martin (Oct 08 2023 at 19:36):

Warg is only recently stabilizing enough for integration.

view this post on Zulip Igor Morozov (Oct 08 2023 at 19:50):

Thx, makes sense. But perhaps wit-deps should add some note that it's not a long-term solution

view this post on Zulip Peter Huene (Oct 08 2023 at 23:05):

See https://crates.io/crates/wit for a tool that can manage wit dependencies via a warg registry


Last updated: Nov 22 2024 at 16:03 UTC