diff options
Diffstat (limited to 'crates/wasm-testsuite/lib.rs')
| -rw-r--r-- | crates/wasm-testsuite/lib.rs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/crates/wasm-testsuite/lib.rs b/crates/wasm-testsuite/lib.rs index 7e6afb4..9e38bfc 100644 --- a/crates/wasm-testsuite/lib.rs +++ b/crates/wasm-testsuite/lib.rs @@ -1,9 +1,4 @@ -//! This crate provides a way to access the WebAssembly spec testsuite. -//! -//! The testsuite is included as a git submodule and embedded into the binary. -//! -//! Generated from <https://github.com/WebAssembly/testsuite> - +#![doc = include_str!("README.md")] #![forbid(unsafe_code)] #