Skip to content

Use plugins

This tutorial adds a plugin to a local Wago project and keeps the result reproducible. Use your own module.wasm; the plugin you choose must provide the imports or runtime features that module needs.

The workflow is:

text
Project → add plugin → review access → build runtime → run module

Plugins are Go packages compiled into the Wago runtime. Review them as native dependencies, even when their requested Wago Authorities are narrow.

Follow the tutorial

At the end, the project has a reviewed plugin runtime, a manifest that records what you requested, and a lockfile that can reproduce the exact build. Browse available packages at plugins.wago.sh.

Released under the Apache 2.0 License.