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§
- Build
Config - Deploy
Remote Opts - Options for remote deployments through
deploy_app_remote
. - Upload
Archive 🔒
Enums§
- Deploy
Remote Error - Errors that can occur during remote deployments.
- Deploy
Remote Event - 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