-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Now that we have wkg (from wasm-pkg-tools) available and working for pulling wit dependencies, would people be amenable to using wkg to fetch dependencies in the wasi-* crates in this repo? The main idea here is to start using the packaging tooling in all the places where it makes sense and it would avoid needing to copy/paste interfaces around
The main changes this would entail are
- We would commit a
wkg.lockfile in each of the wasi crates - Updates to contributing/developer docs to indicate that
wkgshould be used for updating the dependencies - (Optional) We would no longer commit the deps directory and instead fetch at build time. This would require an update to the build pipelines. This isn't a requirement but would make things cleaner
I'm totally fine if people don't want to use this, but wanted to at least bring it up for discussion! If we do want to do this, I can do the work to enable it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels