Stream: warg

Topic: sorry for the large PR


view this post on Zulip Peter Huene (Mar 16 2023 at 00:54):

Apologies in advance for the large PR (https://github.com/bytecodealliance/registry/pull/76) and hopefully it doesn't step too much on what folks are currently working on; I do realize that the new dependencies of warg-client (e.g. libc and windows-sys for file locking support), further complicate targeting it to wasm, so I'll be happy to help hide some of that behind feature flags if need be

This PR implements a large refactoring of the warg crates to better integrate it with tooling such as cargo-component. With these changes, cargo-component can now remove its own representation of s...

view this post on Zulip Daniel Macovei (Mar 16 2023 at 14:21):

Ah cool, looks like some of the changes will simplify the number of things I have to do when testing quite a bit

view this post on Zulip Daniel Macovei (Mar 16 2023 at 14:28):

specifically i like that the queuing is behind a flag now


Last updated: Nov 22 2024 at 16:03 UTC