package_web_url

Function package_web_url 

Source
pub(super) fn package_web_url(
    client: &WasmerClient,
    full_name: &str,
    version: Option<&str>,
) -> String
Expand description

Build a package’s web frontend URL. version is rendered verbatim, so pass a display string like 0.1.3, not a parsed VersionReq.