diff --git a/wasmtime-wast/src/lib.rs b/wasmtime-wast/src/lib.rs index b8831c02c7..182be4a1d0 100644 --- a/wasmtime-wast/src/lib.rs +++ b/wasmtime-wast/src/lib.rs @@ -1,4 +1,4 @@ -//! JIT-style runtime for WebAssembly using Cranelift. +//! Implementation of the WAST text format for wasmtime. #![deny(missing_docs, trivial_numeric_casts, unused_extern_crates)] #![warn(unused_import_braces)]