Function publish_package_directory

Source
pub async fn publish_package_directory<F>(
    client: &WasmerClient,
    path: &Path,
    opts: PublishOptions,
    progress: F,
) -> Result<PackageIdent, PackagePublishError>
Expand description

Publish a package described by the manifest at manifest_path.

progress will be called with updates about the publishing process.