Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
3rdparty/ | H | 25-Apr-2025 | - | 23,095 | 21,826 | |
private/ | H | 25-Apr-2025 | - | 239 | 199 | |
rules_js/ | H | 25-Apr-2025 | - | 75 | 60 | |
rules_nodejs/ | H | 25-Apr-2025 | - | 75 | 61 | |
BUILD.bazel | H A D | 25-Apr-2025 | 740 | 30 | 24 | |
DEVELOPMENT.md | H A D | 25-Apr-2025 | 693 | 13 | 8 | |
README.md | H A D | 25-Apr-2025 | 349 | 9 | 5 | |
defs.bzl | H A D | 25-Apr-2025 | 480 | 16 | 13 | |
providers.bzl | H A D | 25-Apr-2025 | 368 | 11 | 9 | |
repositories.bzl | H A D | 25-Apr-2025 | 3.3 KiB | 80 | 62 |
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