diff --git a/crates/wasmi/src/lib.rs b/crates/wasmi/src/lib.rs index 5880da54fd..b653f64e27 100644 --- a/crates/wasmi/src/lib.rs +++ b/crates/wasmi/src/lib.rs @@ -16,6 +16,7 @@ //! ``` //! use anyhow::Result; //! use wasmi::*; +//! use wat; //! //! fn main() -> Result<()> { //! // First step is to create the Wasm execution engine with some config.