Anybuild documentation
Deploying to Wasmer
Package the evaluated application for Wasmer and publish or write deployment config.
Build and run
Terminal
anybuild . --wasmer --startPublish
Terminal
anybuild . --wasmer-deployAuto 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.jsonWasmer 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.