From 9343c5d4aba570f9de06ecce5c487c354c649b18 Mon Sep 17 00:00:00 2001 From: Yosh <2467194+yoshuawuyts@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:44:02 +0100 Subject: [PATCH] Create README.md (#1942) --- crates/wasm-metadata/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 crates/wasm-metadata/README.md diff --git a/crates/wasm-metadata/README.md b/crates/wasm-metadata/README.md new file mode 100644 index 0000000000..9f29be01af --- /dev/null +++ b/crates/wasm-metadata/README.md @@ -0,0 +1,27 @@ +
+

wasm-metadata

+ A Bytecode Alliance project +

Read and manipulate WebAssembly metadata.

+

+ Crates.io version + Download + docs.rs docs +

+
+ +## Installation + +```sh +$ cargo add wasm-metadata +``` + +# License + +This project is licensed under the Apache 2.0 license with the LLVM exception. +See [LICENSE](LICENSE) for more details. + +### Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in this project by you, as defined in the Apache-2.0 license, +shall be licensed as above, without any additional terms or conditions.