wasmtime-wast: Fix copy-pasted doc comment (#453)
wasmtime-wast's main module had the same comment as wasmtime-jit's main module; fix it to have its own doc comment.
This commit is contained in:
committed by
Dan Gohman
parent
56ce6e9c9f
commit
bd60aa8b5e
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user