//! The plugin sandbox: WebAssembly Components behind the `orion:plugin` WIT
//! world, loaded from bytes, described by a manifest, and run as ordinary
//! engine functions.
//!
//! Sits beside `engine` and below `runtime`: it produces
//! [`FunctionEntry`](crate::engine::FunctionEntry) values and
//! `AsyncFunctionHandler` implementations for a generation to carry, and
//! names nothing above them but the task supervisor it hands the ticker to.
//! See `docs/src/concepts/plugins.md` for the design and
//! `docs/src/reference/plugins.md` for the manifest, ABI and limits.
pub use ;
pub use PluginFunctionHandler;
pub use ;
pub use ;
pub use ;
pub use ;