Facilitating high-level interactions between Wasm modules and JavaScript
Go to file
2017-12-18 16:29:45 -08:00
crates Fix generation for a fn with two string args 2017-12-18 16:13:37 -08:00
src Initial commit 2017-12-14 19:31:01 -08:00
tests Add a test that two mutable borrows is not ok 2017-12-18 16:24:31 -08:00
.appveyor.yml Try installing node on AppVeyor 2017-12-18 16:29:45 -08:00
.gitignore Initial commit 2017-12-14 19:31:01 -08:00
.travis.yml Install wasm target on CI 2017-12-18 14:55:25 -08:00
Cargo.toml Classes are now working! 2017-12-18 14:31:01 -08:00
LICENSE-APACHE Add license texts 2017-12-18 14:45:06 -08:00
LICENSE-MIT Add license texts 2017-12-18 14:45:06 -08:00
README.md Add CI and a small README 2017-12-18 14:49:04 -08:00

wasm-bindgen

A CLI and Rust dependency for generating JS bindings of an interface defined in Rust (and maybe eventually other languages!)

Build Status Build status

License

This project is licensed under either of

at your option.

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 dual licensed as above, without any additional terms or conditions.