//! WASM module runtime.
//!
//! Loads `.wasm` modules and runs them with host imports (storage, config, log).
//! Uses trait-based storage so the embedder (e.g. blvm-node) provides the implementation.
pub use ;
pub use WasmModuleInstance;
pub use BlvmSdkWasmLoader;