commit | 920256900c367357bf4dae5719b8ebf210e91a0f | [log] [tgz] |
---|---|---|
author | UebelAndre <andre.brisco@gmail.com> | Mon Mar 22 10:49:55 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Mar 22 17:49:55 2021 +0000 |
tree | 413093289ea9e0ede033fe851fab36726fca7a83 | |
parent | a3d4b12a9b0b93086c6946e2c3fa77169444b6ae [diff] |
The default wasm-bindgen toolchain can now optionally be registered (#640) I find it to be the common case that users will want to register their own `rust_wasm_bindgen_toolchain` since they'll be writing code with their own set of crate dependencies and would otherwise be limited to the version of `wasm-bindgen` used in the default toolchain. This PR should make it clearer and easier for users looking to setup their own toolchain. Notable changes in this PR: - Added `register_default_toolchain` to `rust_wasm_bindgen_repositories` - Improved docs - Raised the default version of `rules_nodejs` from `3.1.0` to `3.2.2` to pick up a few bug fixes. - Added a `providers.bzl` file for easy access to what `rust_wasm_bindgen` returns
This repository provides rules for building Rust projects with Bazel.
Please refer to the full documentation.