Documentation navigation
Anybuild documentation

Deploying to Wasmer

Package the evaluated application for Wasmer and publish or write deployment config.

Build and run

Terminal
anybuild . --wasmer --start

Publish

Terminal
anybuild . --wasmer-deploy

Auto mode enables the Wasmer runtime, builds the package, and publishes it. Use --wasmer-app-owner and --wasmer-app-name to set publication identity.

Write deployment config

Terminal
anybuild . --wasmer-deploy-config deploy.json

Wasmer connection

Select a custom binary, registry, or token with --wasmer-bin, --wasmer-registry, and --wasmer-token. Tokens are passed to child operations but redacted from SDK events.