<h1 align="center">js-component-bindgen</h1>
<div align="center">
<strong>
Transpile WebAssembly components into JavaScript
</strong>
</div>
<br />
<div align="center">
<a href="https://crates.io/crates/js-component-bindgen">
<img src="https://img.shields.io/crates/v/js-component-bindgen.svg?style=flat-square"
alt="Crates.io version" />
</a>
<a href="https://crates.io/crates/js-component-bindgen">
<img src="https://img.shields.io/crates/d/js-component-bindgen.svg?style=flat-square"
alt="Download" />
</a>
<a href="https://docs.rs/js-component-bindgen">
<img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
alt="docs.rs docs" />
</a>
</div>
## Installation
```sh
$ cargo add js-component-bindgen
```
# 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.