//! `PluginHost` port — delegates compliance computation to loaded Wasm sector plugins.
use crate;
use crate;
/// Port trait for the Wasm plugin host.
///
/// Implementors load sector-specific Wasm plugins and delegate compliance
/// computation to them. Tests can wire a stub that returns fixed results.
/// The passthrough registry is used when no plugin is loaded for a sector.