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 15, 2021
1 parent 49182f9 commit 50fa4e2
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 = "659dfa20721ff324d5e9d198d8bf3d8c74ef6563a7223d9c4974a0ca1e66dbf0",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0-rc.0/rules_nodejs-4.0.0-rc.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 50fa4e2

Please sign in to comment.