Skip to content

Commit

Permalink
Shorten wasm_bindgen dependency repo prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 4, 2024
1 parent 69ddb09 commit 397449f
Show file tree
Hide file tree
Showing 127 changed files with 1,011 additions and 1,009 deletions.
8 changes: 5 additions & 3 deletions extensions/wasm_bindgen/3rdparty/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,22 @@ crates_vendor(
)],
},
cargo_lockfile = "Cargo.Bazel.lock",
manifests = ["@rules_rust_wasm_bindgen_deps_cli//:Cargo.toml"],
manifests = ["@rules_rust_wasm_bindgen_cli//:Cargo.toml"],
mode = "remote",
packages = {
"wasm-bindgen": crate.spec(
version = WASM_BINDGEN_VERSION,
),
},
repository_name = "rules_rust_wasm_bindgen_deps",
# Shorten the repository name to avoid MAX_PATH issues on Windows
# `rules_rust_wasm_bindgen_deps` == `rrwbd`
repository_name = "rrwbd",
tags = ["manual"],
)

alias(
name = "wasm_bindgen_cli",
actual = "@rules_rust_wasm_bindgen_deps_cli",
actual = "@rules_rust_wasm_bindgen_cli",
tags = ["manual"],
visibility = ["//visibility:public"],
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rust_binary(
)

alias(
name = "rules_rust_wasm_bindgen_deps_cli",
name = "rules_rust_wasm_bindgen_cli",
actual = ":wasm-bindgen-cli",
tags = ["manual"],
)

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions extensions/wasm_bindgen/3rdparty/crates/BUILD.atty-0.2.14.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions extensions/wasm_bindgen/3rdparty/crates/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 397449f

Please sign in to comment.