1//! axedom-executor — part of the Axedom WASM-first runtime platform (alpha). 2 3#![warn(missing_docs)] 4 5mod spec; 6 7pub use spec::*;