//! VM execution for Yulang runtime IR.
//!
//! This crate owns VM value containers, host request handling, and both the
//! tree-walking VM and compact control VM. It consumes monomorphized
//! `yulang-runtime` modules instead of participating in runtime lowering or
//! specialization.
pub use ;
pub use ;