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.