Skip to content

Commit

Permalink
Create README.md (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts authored Dec 9, 2024
1 parent 90bd0f0 commit 9343c5d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions crates/wasm-metadata/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<div align="center">
<h1><code>wasm-metadata</code></h1>
<strong>A <a href="https://bytecodealliance.org/">Bytecode Alliance</a> project</strong>
<p><strong>Read and manipulate WebAssembly metadata.</strong></p>
<p>
<a href="https://crates.io/crates/wasm-metadata"><img src="https://img.shields.io/crates/v/wasm-metadata.svg?style=flat-square" alt="Crates.io version" /></a>
<a href="https://crates.io/crates/wasm-metadata"><img src="https://img.shields.io/crates/d/wasm-metadata.svg?style=flat-square" alt="Download" /></a>
<a href="https://docs.rs/wasm-metadata/"><img src="https://img.shields.io/static/v1?label=docs&message=wasm-metadata&color=blue&style=flat-square" alt="docs.rs docs" /></a>
</p>
</div>

## 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.

0 comments on commit 9343c5d

Please sign in to comment.