Skip to content

Commit

Permalink
deps/rust: Rename wasm32-wasi -> wasm32-wasip1
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Sep 23, 2024
1 parent 6199263 commit f5c4c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/dependency_imports.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ def envoy_dependency_imports(go_version = GO_VERSION, jq_version = JQ_VERSION, y
exec_triple = "s390x-unknown-linux-gnu",
extra_target_triples = [
"wasm32-unknown-unknown",
"wasm32-wasi",
"wasm32-wasip1",
],
versions = [rust_common.default_version],
)
rules_rust_dependencies()
rust_register_toolchains(
extra_target_triples = [
"wasm32-unknown-unknown",
"wasm32-wasi",
"wasm32-wasip1",
],
)
shellcheck_dependencies()
Expand Down

0 comments on commit f5c4c52

Please sign in to comment.