xref: /aosp_15_r20/external/bazelbuild-rules_rust/wasm_bindgen/README.md (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1# Rust WebAssembly Bindgen Rules
2
3These rules are for using [Wasm Bindgen][wasm_bindgen] to generate [Rust][rust] bindings to.
4
5[rust]: http://www.rust-lang.org/
6[wasm_bindgen]: https://github.com/rustwasm/wasm-bindgen
7
8More information can be found in the [rules_rust documentation](https://bazelbuild.github.io/rules_rust/rust_wasm_bindgen.html).
9