//! The module for the Wasmtime CLI commands. mod compile; mod config; mod run; mod settings; mod wasm2obj; mod wast; pub use self::{compile::*, config::*, run::*, settings::*, wasm2obj::*, wast::*};