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

Unified publishing #13

Closed
lann opened this issue May 15, 2024 · 1 comment
Closed

Unified publishing #13

lann opened this issue May 15, 2024 · 1 comment

Comments

@lann
Copy link
Collaborator

lann commented May 15, 2024

Currently, if you want to publish a package to a warg registry you use warg and if you want to publish to an OCI registry you use some OCI tool (like oras). For toolchain-specific tools like cargo-component that want to support their own publish flow it would be nice to have a unified publishing library available.

Supporting the full feature set of e.g. warg seems out of scope for this library, but it does seem plausible to support a subset of common operations like basic single release publishing, selecting the appropriate protocol by consulting the well-known wasm-pkg URL for the destination registry domain.

This functionality could also be exposed via an e.g. wkg publish subcommand.

@thomastaylor312
Copy link
Collaborator

This should be completed in #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants