Skip to content

Commit d2bf64f

Browse files
authored
Updated rules_nodejs for wasm_bindgen rules (bazelbuild#890)
1 parent 8609066 commit d2bf64f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

wasm_bindgen/repositories.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def rust_wasm_bindgen_repositories(register_default_toolchain = True):
3030
maybe(
3131
http_archive,
3232
name = "build_bazel_rules_nodejs",
33-
sha256 = "55a25a762fcf9c9b88ab54436581e671bc9f4f523cb5a1bd32459ebec7be68a8",
34-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.2/rules_nodejs-3.2.2.tar.gz"],
33+
sha256 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c",
34+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0/rules_nodejs-4.0.0.tar.gz"],
3535
)
3636

3737
# Load dependencies of the default toolchain and register it.

wasm_bindgen/wasm_bindgen.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _rust_wasm_bindgen_impl(ctx):
117117
DeclarationInfo(
118118
declarations = declarations,
119119
transitive_declarations = declarations,
120-
type_blacklisted_declarations = depset([]),
120+
type_blocklisted_declarations = depset([]),
121121
),
122122
JSModuleInfo(
123123
direct_sources = es5_sources,

0 commit comments

Comments
 (0)