Function deploy_app

Source
pub async fn deploy_app<F>(
    client: &WasmerClient,
    config: AppConfigV1,
    opts: DeployOptions,
    progress: F,
) -> Result<(DeployApp, DeployAppVersion), DeployError>
Expand description

Deploy an app based on the provided app configuration and options.