pub async fn fetch_webc_package(
    client: &WasmerClient,
    ident: &WebcIdent,
    default_registry: &Url
) -> Result<Container, Error>
Expand description

Load a webc package from the registry.

NOTE: this uses the public URL instead of the download URL available through the API, and should not be used where possible.