//! WASM workload execution engine (feature = "wasm-engine").
//!
//! Backed by the Component Model (wasmtime 43 + wit-bindgen) as of
//! Phase 1 Commit 2; see `core/framework/wit/actr-workload.wit` for the
//! contract.
pub
pub use WasmError;
pub use WasmHost;
pub use WasmWorkload;