//! The Wasmtime command line interface (CLI) crate.
//!//! This crate implements the Wasmtime command line tools.
#![deny(missing_docs)]pubmodcommands;#[cfg(any(feature ="run", feature ="wizer"))]pub(crate)modcommon;#[cfg(any(feature ="objdump",all(feature ="hot-blocks", target_os ="linux")))]pub(crate)moddisas;