Skip to main content

deploy_wasm

Function deploy_wasm 

Source
pub async fn deploy_wasm(
    control_url: &str,
    token: &str,
    project_id: &str,
    build_id: &str,
    bundle_tar_path: &Path,
    jobs: &[CronJob],
    cron_updated_at: &str,
) -> Result<()>