Name Date Size #Lines LOC

..--

3rdparty/H25-Apr-2025-23,09521,826

private/H25-Apr-2025-239199

rules_js/H25-Apr-2025-7560

rules_nodejs/H25-Apr-2025-7561

BUILD.bazelH A D25-Apr-2025740 3024

DEVELOPMENT.mdH A D25-Apr-2025693 138

README.mdH A D25-Apr-2025349 95

defs.bzlH A D25-Apr-2025480 1613

providers.bzlH A D25-Apr-2025368 119

repositories.bzlH A D25-Apr-20253.3 KiB8062

README.md

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