-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90bd0f0
commit 9343c5d
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |