commit | 76daee30475daedbf32186c61eae9ebad864742f | [log] [tgz] |
---|---|---|
author | UebelAndre <github@uebelandre.com> | Mon Nov 27 06:20:45 2023 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 27 14:20:45 2023 +0000 |
tree | 501d70ad0a92e0d168930cf28f9966df71e45d16 | |
parent | b96e37ecf435d032435ad66f547a6599a16467d2 [diff] |
Added support for multiple javascript rule sets to wasm_bindgen package (#2284) This PR converts the core `rust_wasm_bindgen` rule into a standalone rule that users can user to write custom interfaces into any rules/targets they desire while also supporting interfaces for existing Javascript rule sets. Users loading the root `@rules_rust//wasm_bindgen` symbols will be using the core Rust rules, where users loading symbols from the new sub directories `rules_nodejs` and `rules_js` will have variants that offer better integrations.
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.