Skip to content

Commit

Permalink
nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 3, 2024
1 parent 15fd97b commit 7490849
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion extensions/wasm_bindgen/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,19 @@ bazel_dep(
)
bazel_dep(
name = "aspect_rules_js",
version = "2.1.0",
version = "2.1.1",
)

bazel_dep(
name = "rules_nodejs",
version = "6.3.2",
dev_dependency = True,
)

# Pin to a sufficiently modern version of node to avoid glibc compatibility issues in RBE
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node", dev_dependency = True)
node.toolchain(node_version = "20.18.0")

rust_ext = use_extension("//:extensions.bzl", "rust_ext")
use_repo(
rust_ext,
Expand Down

0 comments on commit 7490849

Please sign in to comment.