Skip to main content

Module plugin

Module plugin 

Source
Expand description

WASM plugin system — load, sandbox, and run .wasm plugins for Commander.

Plugins extend Commander with custom step types, validators, and integrations. Each plugin runs in a sandboxed WASM environment with limited host access.

Structs§

PluginManifest
Plugin manifest describing a WASM plugin’s metadata and capabilities.
PluginPermissions
Permissions a plugin may request from the host.
PluginRegistry
Registry of loaded plugins.
PluginResult
Result of a plugin execution.

Traits§

Plugin
Trait that all plugins must implement (host-side representation).