xref: /wasmtime-44.0.1/src/lib.rs (revision 18aff9aa)
159258730SPeter Huene //! The Wasmtime command line interface (CLI) crate.
259258730SPeter Huene //!
359258730SPeter Huene //! This crate implements the Wasmtime command line tools.
459258730SPeter Huene 
55856590fSAlex Crichton #![deny(missing_docs)]
659258730SPeter Huene 
759258730SPeter Huene pub mod commands;
8993e26e0STrevor Elliott 
9*18aff9aaSAlex Crichton #[cfg(any(feature = "run", feature = "wizer"))]
10993e26e0STrevor Elliott pub(crate) mod common;
11