Skip to content

Commit

Permalink
Updated rules_nodejs for wasm_bindgen rules
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Aug 20, 2021
1 parent c2a8afa commit 7c9c5d0
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 = "275744d287af4c3a78d7c9891f2d970b7bc7eca8cfc0e9a671fe6258d09ff217",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0-rc.1/rules_nodejs-4.0.0-rc.1.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 7c9c5d0

Please sign in to comment.