summaryrefslogtreecommitdiff
path: root/crates/wasm-testsuite/lib.rs
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-12 09:14:26 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-12 09:14:26 +0100
commit1663131fb135abf96e4e68a5f872d5cb282ec5e5 (patch)
treea262d485b982531f2a64336039c880c69b0484d3 /crates/wasm-testsuite/lib.rs
parentcdf44f4852ed6f52deb9823331f26e0bbaf07732 (diff)
docs: update documentation
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/wasm-testsuite/lib.rs')
-rw-r--r--crates/wasm-testsuite/lib.rs7
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)]
#![doc(test(
no_crate_inject,