//! Host runtime for Surrealism WASM plugins.
//!
//! Runs on the SurrealDB server. Loads `.surli` packages, manages the
//! controller pool, and executes guest functions with epoch-based timeouts.
pub use ;
pub use ;
/// The version of the Surrealism SDK that this runtime was compiled against.
/// Used by the build toolchain to verify that a module's `surrealism`
/// dependency matches before compilation.
pub const SDK_VERSION: &str = env!;