rules_rust/wasm_bindgen
UebelAndre 7639ba7c3a
Fix fuchsia platform triple (#2945)
This change aligns with https://github.com/rust-lang/rust/issues/130661
and addresses issues with `crate_universe` in newer versions of Rust.
2024-10-20 15:33:14 +00:00
..
3rdparty Fix fuchsia platform triple (#2945) 2024-10-20 15:33:14 +00:00
private Update wasm_bindgen to non-deprecated rules_js API (#2934) 2024-10-15 16:59:38 +00:00
rules_js Update wasm_bindgen to non-deprecated rules_js API (#2934) 2024-10-15 16:59:38 +00:00
rules_nodejs remove incompatible_override_toolchain_transition (#2344) 2024-01-02 19:07:51 +01:00
BUILD.bazel Added support for multiple javascript rule sets to wasm_bindgen package (#2284) 2023-11-27 14:20:45 +00:00
DEVELOPMENT.md Updated `wasm_bindgen` rules dependencies. (#1464) 2022-07-18 14:52:44 +00:00
README.md Updated wasm_bindgen docs (#547) 2021-01-13 14:49:14 -08:00
defs.bzl Added support for multiple javascript rule sets to wasm_bindgen package (#2284) 2023-11-27 14:20:45 +00:00
providers.bzl Added support for multiple javascript rule sets to wasm_bindgen package (#2284) 2023-11-27 14:20:45 +00:00
repositories.bzl Clean up downloads that go through the API instead of the CDN (#2718) 2024-06-29 13:37:23 +00:00

README.md

Rust WebAssembly Bindgen Rules

These rules are for using Wasm Bindgen to generate Rust bindings to.

More information can be found in the rules_rust documentation.