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

Fix wasmer_api::query::fetch_webc_package #4598

Open
theduke opened this issue Apr 24, 2024 · 0 comments
Open

Fix wasmer_api::query::fetch_webc_package #4598

theduke opened this issue Apr 24, 2024 · 0 comments
Assignees

Comments

@theduke
Copy link
Contributor

theduke commented Apr 24, 2024

The current implemenetation has an issue:

Url::to_string() ends with a trailing slash, so the resulting would have double slashes.
We could just clone the URL and use Url::set_path().

But also, note that NamedPackageIdent has a registry field.

Originally posted by @theduke in #4532 (comment)

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