Function wasmcloud_host::fetch_provider

source ยท
pub async fn fetch_provider(
    provider_ref: impl AsRef<str>,
    host_id: impl AsRef<str>,
    allow_file_load: bool,
    registry_config: &HashMap<String, RegistryConfig>,
) -> Result<(PathBuf, Option<Token<CapabilityProvider>>)>
Expand description

Fetch a provider from a reference.