Module deploy_remote_build

Source
Expand description

Functionality for deploying applications to Wasmer Edge through the “autobuild zip upload” flow, which just uploads a zip directory and lets the Wasmer backend handle building and deploying it.

Structs§

BuildConfig
DeployRemoteOpts
Options for remote deployments through deploy_app_remote.
UploadArchive 🔒

Enums§

DeployRemoteError
Errors that can occur during remote deployments.
DeployRemoteEvent
Events emitted during the remote deployment process.

Functions§

create_zip_archive 🔒
deploy_app_remote
Deploy an application using the remote autobuild zip upload flow.
sanitize_archive_name 🔒