Skip to content

Commit f2f90be

Browse files
authored
wasmtime: update to v0.32.0 (#205)
Signed-off-by: Faseela K <[email protected]>
1 parent f383473 commit f2f90be

File tree

70 files changed

+1162
-654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1162
-654
lines changed

.github/workflows/cargo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
run: |
4141
cargo install cargo-raze --version 0.12.0
4242
cargo raze
43-
# Ignore manual changes in "errno" crate until fixed in cargo-raze.
43+
# Ignore manual changes in "cpufeatures, errno and rustix" crate until fixed in cargo-raze.
4444
# See: https://github.com/google/cargo-raze/issues/451
45-
git diff --exit-code -- ':!remote/BUILD.errno-0.2.8.bazel'
45+
git diff --exit-code -- ':!remote/BUILD.cpufeatures-0.2.1.bazel' ':!remote/BUILD.errno-0.2.8.bazel' ':!remote/BUILD.rustix-0.26.2.bazel'

bazel/cargo/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ licenses([
1414
# Aliased targets
1515
alias(
1616
name = "anyhow",
17-
actual = "@proxy_wasm_cpp_host__anyhow__1_0_45//:anyhow",
17+
actual = "@proxy_wasm_cpp_host__anyhow__1_0_52//:anyhow",
1818
tags = [
1919
"cargo-raze",
2020
"manual",
@@ -32,7 +32,7 @@ alias(
3232

3333
alias(
3434
name = "once_cell",
35-
actual = "@proxy_wasm_cpp_host__once_cell__1_8_0//:once_cell",
35+
actual = "@proxy_wasm_cpp_host__once_cell__1_9_0//:once_cell",
3636
tags = [
3737
"cargo-raze",
3838
"manual",
@@ -61,7 +61,7 @@ alias(
6161

6262
alias(
6363
name = "wasmtime",
64-
actual = "@proxy_wasm_cpp_host__wasmtime__0_31_0//:wasmtime",
64+
actual = "@proxy_wasm_cpp_host__wasmtime__0_32_0//:wasmtime",
6565
tags = [
6666
"cargo-raze",
6767
"manual",

0 commit comments

Comments
 (0)