Expand description
Static runner interface.
This module replaces the old WASM plugin system with a static DI
approach. Step executors implement StepRunner. A RunnerRegistry
maps runner names to concrete implementations at startup.
Modules§
- vm
- VM-based step runner.
Structs§
- Runner
Registry - Maps runner names to
StepRunnerimplementations. - Step
Context - Shared context threaded into every runner invocation.
Traits§
- Step
Runner - Async trait implemented by step executors (e.g. the VM runner).