Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The default wasm-bindgen toolchain can now optionally be registered #640

Merged
merged 3 commits into from
Mar 22, 2021
Merged

Conversation

UebelAndre
Copy link
Collaborator

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

@google-cla google-cla bot added the cla: yes label Mar 22, 2021
@UebelAndre UebelAndre marked this pull request as ready for review March 22, 2021 01:19
@UebelAndre
Copy link
Collaborator Author

@illicitonion Hey, do you have a second to take a look here? 🙏

Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable :) Thanks!

@illicitonion illicitonion merged commit 9202569 into bazelbuild:main Mar 22, 2021
@UebelAndre UebelAndre deleted the wasm branch March 22, 2021 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants