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§
- Plugin
Manifest - Plugin manifest describing a WASM plugin’s metadata and capabilities.
- Plugin
Permissions - Permissions a plugin may request from the host.
- Plugin
Registry - Registry of loaded plugins.
- Plugin
Result - Result of a plugin execution.
Traits§
- Plugin
- Trait that all plugins must implement (host-side representation).