Skip to content

Commit

Permalink
Updated rules_nodejs for wasm_bindgen rules (bazelbuild#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Aug 25, 2021
1 parent 8609066 commit d2bf64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wasm_bindgen/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def rust_wasm_bindgen_repositories(register_default_toolchain = True):
maybe(
http_archive,
name = "build_bazel_rules_nodejs",
sha256 = "55a25a762fcf9c9b88ab54436581e671bc9f4f523cb5a1bd32459ebec7be68a8",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.2/rules_nodejs-3.2.2.tar.gz"],
sha256 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0/rules_nodejs-4.0.0.tar.gz"],
)

# Load dependencies of the default toolchain and register it.
Expand Down
2 changes: 1 addition & 1 deletion wasm_bindgen/wasm_bindgen.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _rust_wasm_bindgen_impl(ctx):
DeclarationInfo(
declarations = declarations,
transitive_declarations = declarations,
type_blacklisted_declarations = depset([]),
type_blocklisted_declarations = depset([]),
),
JSModuleInfo(
direct_sources = es5_sources,
Expand Down

0 comments on commit d2bf64f

Please sign in to comment.