From 7346c1c212d21d7b9365a7b01e87cdb0a1338e35 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Wed, 7 Apr 2021 20:55:22 +0000 Subject: [PATCH] wasmtime: update to v0.26. Performance improved ~10% in microbenchmarks (compared to v0.25): Benchmark Diff -------------------------------------------------------------------- WasmSpeedTest_empty -0.1513 WasmSpeedTest_get_current_time -0.0328 WasmSpeedTest_small_string -0.1145 WasmSpeedTest_small_string1000 -0.0697 WasmSpeedTest_small_string_check_compiler -0.1039 WasmSpeedTest_small_string_check_compiler1000 -0.0966 WasmSpeedTest_large_string -0.0623 WasmSpeedTest_large_string1000 -0.0689 WasmSpeedTest_get_property -0.1385 WasmSpeedTest_grpc_service -0.1250 WasmSpeedTest_grpc_service1000 -0.1917 WasmSpeedTest_modify_metadata -0.0297 WasmSpeedTest_modify_metadata1000 -0.0318 WasmSpeedTest_json_serialize -0.0920 WasmSpeedTest_json_deserialize -0.0723 WasmSpeedTest_json_deserialize_empty -0.1481 WasmSpeedTest_convert_to_filter_state -0.1074 Signed-off-by: Piotr Sikora --- bazel/cargo/BUILD.bazel | 2 +- bazel/cargo/Cargo.raze.lock | 107 ++++---- bazel/cargo/Cargo.toml | 4 +- bazel/cargo/crates.bzl | 252 +++++++++--------- bazel/cargo/remote/BUILD.atty-0.2.14.bazel | 2 +- .../cargo/remote/BUILD.backtrace-0.3.56.bazel | 2 +- ...l => BUILD.cranelift-bforest-0.73.0.bazel} | 4 +- ...l => BUILD.cranelift-codegen-0.73.0.bazel} | 14 +- ...BUILD.cranelift-codegen-meta-0.73.0.bazel} | 6 +- ...ILD.cranelift-codegen-shared-0.73.0.bazel} | 2 +- ...el => BUILD.cranelift-entity-0.73.0.bazel} | 2 +- ... => BUILD.cranelift-frontend-0.73.0.bazel} | 6 +- ...el => BUILD.cranelift-native-0.73.0.bazel} | 6 +- ...azel => BUILD.cranelift-wasm-0.73.0.bazel} | 10 +- ...1.16.bazel => BUILD.getrandom-0.2.2.bazel} | 42 +-- .../remote/BUILD.hermit-abi-0.1.18.bazel | 2 +- ...c-0.2.92.bazel => BUILD.libc-0.2.93.bazel} | 4 +- bazel/cargo/remote/BUILD.mach-0.3.2.bazel | 2 +- ...and-0.7.3.bazel => BUILD.rand-0.8.3.bazel} | 26 +- ....2.bazel => BUILD.rand_chacha-0.3.0.bazel} | 4 +- ....5.1.bazel => BUILD.rand_core-0.6.2.bazel} | 4 +- ...-0.2.0.bazel => BUILD.rand_hc-0.3.0.bazel} | 4 +- bazel/cargo/remote/BUILD.region-2.2.0.bazel | 2 +- ...azel => BUILD.target-lexicon-0.12.0.bazel} | 4 +- ....wasi-0.10.2+wasi-snapshot-preview1.bazel} | 2 +- ....0.bazel => BUILD.wasmparser-0.77.0.bazel} | 2 +- ...25.0.bazel => BUILD.wasmtime-0.26.0.bazel} | 18 +- ... => BUILD.wasmtime-cranelift-0.26.0.bazel} | 14 +- ...azel => BUILD.wasmtime-debug-0.26.0.bazel} | 8 +- ...el => BUILD.wasmtime-environ-0.26.0.bazel} | 10 +- ....bazel => BUILD.wasmtime-jit-0.26.0.bazel} | 28 +- ....bazel => BUILD.wasmtime-obj-0.26.0.bazel} | 8 +- ... => BUILD.wasmtime-profiling-0.26.0.bazel} | 10 +- ...el => BUILD.wasmtime-runtime-0.26.0.bazel} | 30 ++- bazel/repositories.bzl | 6 +- 35 files changed, 331 insertions(+), 318 deletions(-) rename bazel/cargo/remote/{BUILD.cranelift-bforest-0.72.0.bazel => BUILD.cranelift-bforest-0.73.0.bazel} (92%) rename bazel/cargo/remote/{BUILD.cranelift-codegen-0.72.0.bazel => BUILD.cranelift-codegen-0.73.0.bazel} (86%) rename bazel/cargo/remote/{BUILD.cranelift-codegen-meta-0.72.0.bazel => BUILD.cranelift-codegen-meta-0.73.0.bazel} (87%) rename bazel/cargo/remote/{BUILD.cranelift-codegen-shared-0.72.0.bazel => BUILD.cranelift-codegen-shared-0.73.0.bazel} (97%) rename bazel/cargo/remote/{BUILD.cranelift-entity-0.72.0.bazel => BUILD.cranelift-entity-0.73.0.bazel} (97%) rename bazel/cargo/remote/{BUILD.cranelift-frontend-0.72.0.bazel => BUILD.cranelift-frontend-0.73.0.bazel} (88%) rename bazel/cargo/remote/{BUILD.cranelift-native-0.72.0.bazel => BUILD.cranelift-native-0.73.0.bazel} (87%) rename bazel/cargo/remote/{BUILD.cranelift-wasm-0.72.0.bazel => BUILD.cranelift-wasm-0.73.0.bazel} (84%) rename bazel/cargo/remote/{BUILD.getrandom-0.1.16.bazel => BUILD.getrandom-0.2.2.bazel} (90%) rename bazel/cargo/remote/{BUILD.libc-0.2.92.bazel => BUILD.libc-0.2.93.bazel} (97%) rename bazel/cargo/remote/{BUILD.rand-0.7.3.bazel => BUILD.rand-0.8.3.bazel} (75%) rename bazel/cargo/remote/{BUILD.rand_chacha-0.2.2.bazel => BUILD.rand_chacha-0.3.0.bazel} (92%) rename bazel/cargo/remote/{BUILD.rand_core-0.5.1.bazel => BUILD.rand_core-0.6.2.bazel} (92%) rename bazel/cargo/remote/{BUILD.rand_hc-0.2.0.bazel => BUILD.rand_hc-0.3.0.bazel} (92%) rename bazel/cargo/remote/{BUILD.target-lexicon-0.11.2.bazel => BUILD.target-lexicon-0.12.0.bazel} (97%) rename bazel/cargo/remote/{BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel => BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel} (95%) rename bazel/cargo/remote/{BUILD.wasmparser-0.76.0.bazel => BUILD.wasmparser-0.77.0.bazel} (97%) rename bazel/cargo/remote/{BUILD.wasmtime-0.25.0.bazel => BUILD.wasmtime-0.26.0.bazel} (78%) rename bazel/cargo/remote/{BUILD.wasmtime-cranelift-0.25.0.bazel => BUILD.wasmtime-cranelift-0.26.0.bazel} (72%) rename bazel/cargo/remote/{BUILD.wasmtime-debug-0.25.0.bazel => BUILD.wasmtime-debug-0.26.0.bazel} (86%) rename bazel/cargo/remote/{BUILD.wasmtime-environ-0.25.0.bazel => BUILD.wasmtime-environ-0.26.0.bazel} (84%) rename bazel/cargo/remote/{BUILD.wasmtime-jit-0.25.0.bazel => BUILD.wasmtime-jit-0.26.0.bazel} (70%) rename bazel/cargo/remote/{BUILD.wasmtime-obj-0.25.0.bazel => BUILD.wasmtime-obj-0.26.0.bazel} (84%) rename bazel/cargo/remote/{BUILD.wasmtime-profiling-0.25.0.bazel => BUILD.wasmtime-profiling-0.26.0.bazel} (82%) rename bazel/cargo/remote/{BUILD.wasmtime-runtime-0.25.0.bazel => BUILD.wasmtime-runtime-0.26.0.bazel} (81%) diff --git a/bazel/cargo/BUILD.bazel b/bazel/cargo/BUILD.bazel index 36448d9ef..b52a8febe 100644 --- a/bazel/cargo/BUILD.bazel +++ b/bazel/cargo/BUILD.bazel @@ -41,7 +41,7 @@ alias( alias( name = "wasmtime", - actual = "@proxy_wasm_cpp_host__wasmtime__0_25_0//:wasmtime", + actual = "@proxy_wasm_cpp_host__wasmtime__0_26_0//:wasmtime", tags = [ "cargo-raze", "manual", diff --git a/bazel/cargo/Cargo.raze.lock b/bazel/cargo/Cargo.raze.lock index 958a38635..ff2de70ef 100644 --- a/bazel/cargo/Cargo.raze.lock +++ b/bazel/cargo/Cargo.raze.lock @@ -107,18 +107,18 @@ dependencies = [ [[package]] name = "cranelift-bforest" -version = "0.72.0" +version = "0.73.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841476ab6d3530136b5162b64a2c6969d68141843ad2fd59126e5ea84fd9b5fe" +checksum = "07f641ec9146b7d7498d78cd832007d66ca44a9b61f23474d1fb78e5a3701e99" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.72.0" +version = "0.73.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5619cef8d19530298301f91e9a0390d369260799a3d8dd01e28fc88e53637a" +checksum = "fd1f2c0cd4ac12c954116ab2e26e40df0d51db322a855b5664fa208bc32d6686" dependencies = [ "byteorder", "cranelift-bforest", @@ -136,9 +136,9 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.72.0" +version = "0.73.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a319709b8267939155924114ea83f2a5b5af65ece3ac6f703d4735f3c66bb0d" +checksum = "105e11b2f0ff7ac81f80dd05ec938ce529a75e36f3d598360d806bb5bfa75e5a" dependencies = [ "cranelift-codegen-shared", "cranelift-entity", @@ -146,27 +146,27 @@ dependencies = [ [[package]] name = "cranelift-codegen-shared" -version = "0.72.0" +version = "0.73.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15925b23cd3a448443f289d85a8f53f3cf7a80f0137aa53c8e3b01ae8aefaef7" +checksum = "51e5eba2c1858d50abf023be4d88bd0450cb12d4ec2ba3ffac56353e6d09caf2" dependencies = [ "serde", ] [[package]] name = "cranelift-entity" -version = "0.72.0" +version = "0.73.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "610cf464396c89af0f9f7c64b5aa90aa9e8812ac84084098f1565b40051bc415" +checksum = "79fa6fdd77a8d317763cd21668d3e72b96e09ac8a974326c6149f7de5aafa8ed" dependencies = [ "serde", ] [[package]] name = "cranelift-frontend" -version = "0.72.0" +version = "0.73.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d20c8bd4a1c41ded051734f0e33ad1d843a0adc98b9bd975ee6657e2c70cdc9" +checksum = "ae11da9ca99f987c29e3eb39ebe10e9b879ecca30f3aeaee13db5e8e02b80fb6" dependencies = [ "cranelift-codegen", "log", @@ -176,9 +176,9 @@ dependencies = [ [[package]] name = "cranelift-native" -version = "0.72.0" +version = "0.73.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "304e100df41f34a5a15291b37bfe0fd7abd0427a2c84195cc69578b4137f9099" +checksum = "100ca4810058e23a5c4dcaedfa25289d1853f4a899d0960265aa7c54a4789351" dependencies = [ "cranelift-codegen", "target-lexicon", @@ -186,9 +186,9 @@ dependencies = [ [[package]] name = "cranelift-wasm" -version = "0.72.0" +version = "0.73.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4efd473b2917303957e0bfaea6ea9d08b8c93695bee015a611a2514ce5254abc" +checksum = "607826643d74cf2cc36973ebffd1790a11d1781e14e3f95cf5529942b2168a67" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -237,9 +237,9 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "getrandom" -version = "0.1.16" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" +checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" dependencies = [ "cfg-if", "libc", @@ -312,9 +312,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714" +checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" [[package]] name = "log" @@ -422,11 +422,10 @@ dependencies = [ [[package]] name = "rand" -version = "0.7.3" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" dependencies = [ - "getrandom", "libc", "rand_chacha", "rand_core", @@ -435,9 +434,9 @@ dependencies = [ [[package]] name = "rand_chacha" -version = "0.2.2" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" dependencies = [ "ppv-lite86", "rand_core", @@ -445,18 +444,18 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.5.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" dependencies = [ "getrandom", ] [[package]] name = "rand_hc" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" dependencies = [ "rand_core", ] @@ -559,9 +558,9 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "422045212ea98508ae3d28025bc5aaa2bd4a9cdaecd442a08da2ee620ee9ea95" +checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834" [[package]] name = "termcolor" @@ -600,21 +599,21 @@ checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" [[package]] name = "wasi" -version = "0.9.0+wasi-snapshot-preview1" +version = "0.10.2+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasmparser" -version = "0.76.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755a9a4afe3f6cccbbe6d7e965eef44cf260b001f93e547eba84255c1d0187d8" +checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6" [[package]] name = "wasmtime" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26ea2ad49bb047e10ca292f55cd67040bef14b676d07e7b04ed65fd312d52ece" +checksum = "4da03115f8ad36e50edeb6640f4ba27ed7e9a6f05c2f98f728c762966f7054c6" dependencies = [ "anyhow", "backtrace", @@ -622,9 +621,11 @@ dependencies = [ "cfg-if", "cpp_demangle", "indexmap", + "lazy_static", "libc", "log", "paste", + "psm", "region", "rustc-demangle", "serde", @@ -652,7 +653,7 @@ dependencies = [ [[package]] name = "wasmtime-c-api-macros" version = "0.19.0" -source = "git+https://github.com/bytecodealliance/wasmtime?tag=v0.25.0#a8aaf812ef675e92f717893fc845db2dc5018128" +source = "git+https://github.com/bytecodealliance/wasmtime?tag=v0.26.0#6b77786a6e758e91da9484a1c80b6fa5f88e1b3d" dependencies = [ "proc-macro2", "quote", @@ -660,9 +661,9 @@ dependencies = [ [[package]] name = "wasmtime-cranelift" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e769b80abbb89255926f69ba37085f7dd6608c980134838c3c89d7bf6e776bc" +checksum = "b73c47553954eab22f432a7a60bcd695eb46508c2088cb0aa1cfd060538db3b6" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -674,9 +675,9 @@ dependencies = [ [[package]] name = "wasmtime-debug" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38501788c936a4932b0ddf61135963a4b7d1f549f63a6908ae56a1c86d74fc7b" +checksum = "5241e603c262b2ee0dfb5b2245ad539d0a99f0589909fbffc91d2a8035f2d20a" dependencies = [ "anyhow", "gimli", @@ -690,9 +691,9 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fae793ea1387b2fede277d209bb27285366df58f0a3ae9d59e58a7941dce60fa" +checksum = "fb8d356abc04754f5936b9377441a4a202f6bba7ad997d2cd66acb3908bc85a3" dependencies = [ "anyhow", "cfg-if", @@ -711,9 +712,9 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b3bd0fae8396473a68a1491559d61776127bb9bea75c9a6a6c038ae4a656eb2" +checksum = "81b066a3290a903c5beb7d765b3e82e00cd4f8ac0475297f91330fbe8e16bb17" dependencies = [ "addr2line", "anyhow", @@ -743,9 +744,9 @@ dependencies = [ [[package]] name = "wasmtime-obj" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a79fa098a3be8fabc50f5be60f8e47694d569afdc255de37850fc80295485012" +checksum = "bd9d5c6c8924ea1fb2372d26c0546a8c5aab94001d5ddedaa36fd7b090c04de2" dependencies = [ "anyhow", "more-asserts", @@ -757,9 +758,9 @@ dependencies = [ [[package]] name = "wasmtime-profiling" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d81e2106efeef4c01917fd16956a91d39bb78c07cf97027abdba9ca98da3f258" +checksum = "44760e80dd5f53e9af6c976120f9f1d35908ee0c646a3144083f0a57b7123ba7" dependencies = [ "anyhow", "cfg-if", @@ -773,9 +774,9 @@ dependencies = [ [[package]] name = "wasmtime-runtime" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f747c656ca4680cad7846ae91c57d03f2dd4f4170da77a700df4e21f0d805378" +checksum = "9701c6412897ba3a10fb4e17c4ec29723ed33d6feaaaeaf59f53799107ce7351" dependencies = [ "anyhow", "backtrace", @@ -785,9 +786,9 @@ dependencies = [ "lazy_static", "libc", "log", + "mach", "memoffset", "more-asserts", - "psm", "rand", "region", "thiserror", diff --git a/bazel/cargo/Cargo.toml b/bazel/cargo/Cargo.toml index b081d562a..52b2a3618 100644 --- a/bazel/cargo/Cargo.toml +++ b/bazel/cargo/Cargo.toml @@ -10,8 +10,8 @@ path = "fake_lib.rs" env_logger = "0.8" anyhow = "1.0" once_cell = "1.3" -wasmtime = {version = "0.25.0", default-features = false} -wasmtime-c-api-macros = {git = "https://github.com/bytecodealliance/wasmtime", tag = "v0.25.0", path = "crates/c-api/macros"} +wasmtime = {version = "0.26.0", default-features = false} +wasmtime-c-api-macros = {git = "https://github.com/bytecodealliance/wasmtime", tag = "v0.26.0", path = "crates/c-api/macros"} [package.metadata.raze] rust_rules_workspace_name = "rules_rust" diff --git a/bazel/cargo/crates.bzl b/bazel/cargo/crates.bzl index 53fe7e24f..68c49b0d4 100644 --- a/bazel/cargo/crates.bzl +++ b/bazel/cargo/crates.bzl @@ -143,82 +143,82 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_bforest__0_72_0", - url = "https://crates.io/api/v1/crates/cranelift-bforest/0.72.0/download", + name = "proxy_wasm_cpp_host__cranelift_bforest__0_73_0", + url = "https://crates.io/api/v1/crates/cranelift-bforest/0.73.0/download", type = "tar.gz", - sha256 = "841476ab6d3530136b5162b64a2c6969d68141843ad2fd59126e5ea84fd9b5fe", - strip_prefix = "cranelift-bforest-0.72.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-bforest-0.72.0.bazel"), + sha256 = "07f641ec9146b7d7498d78cd832007d66ca44a9b61f23474d1fb78e5a3701e99", + strip_prefix = "cranelift-bforest-0.73.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-bforest-0.73.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_codegen__0_72_0", - url = "https://crates.io/api/v1/crates/cranelift-codegen/0.72.0/download", + name = "proxy_wasm_cpp_host__cranelift_codegen__0_73_0", + url = "https://crates.io/api/v1/crates/cranelift-codegen/0.73.0/download", type = "tar.gz", - sha256 = "2b5619cef8d19530298301f91e9a0390d369260799a3d8dd01e28fc88e53637a", - strip_prefix = "cranelift-codegen-0.72.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-0.72.0.bazel"), + sha256 = "fd1f2c0cd4ac12c954116ab2e26e40df0d51db322a855b5664fa208bc32d6686", + strip_prefix = "cranelift-codegen-0.73.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-0.73.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_codegen_meta__0_72_0", - url = "https://crates.io/api/v1/crates/cranelift-codegen-meta/0.72.0/download", + name = "proxy_wasm_cpp_host__cranelift_codegen_meta__0_73_0", + url = "https://crates.io/api/v1/crates/cranelift-codegen-meta/0.73.0/download", type = "tar.gz", - sha256 = "2a319709b8267939155924114ea83f2a5b5af65ece3ac6f703d4735f3c66bb0d", - strip_prefix = "cranelift-codegen-meta-0.72.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-meta-0.72.0.bazel"), + sha256 = "105e11b2f0ff7ac81f80dd05ec938ce529a75e36f3d598360d806bb5bfa75e5a", + strip_prefix = "cranelift-codegen-meta-0.73.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-meta-0.73.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_codegen_shared__0_72_0", - url = "https://crates.io/api/v1/crates/cranelift-codegen-shared/0.72.0/download", + name = "proxy_wasm_cpp_host__cranelift_codegen_shared__0_73_0", + url = "https://crates.io/api/v1/crates/cranelift-codegen-shared/0.73.0/download", type = "tar.gz", - sha256 = "15925b23cd3a448443f289d85a8f53f3cf7a80f0137aa53c8e3b01ae8aefaef7", - strip_prefix = "cranelift-codegen-shared-0.72.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-shared-0.72.0.bazel"), + sha256 = "51e5eba2c1858d50abf023be4d88bd0450cb12d4ec2ba3ffac56353e6d09caf2", + strip_prefix = "cranelift-codegen-shared-0.73.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-codegen-shared-0.73.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_entity__0_72_0", - url = "https://crates.io/api/v1/crates/cranelift-entity/0.72.0/download", + name = "proxy_wasm_cpp_host__cranelift_entity__0_73_0", + url = "https://crates.io/api/v1/crates/cranelift-entity/0.73.0/download", type = "tar.gz", - sha256 = "610cf464396c89af0f9f7c64b5aa90aa9e8812ac84084098f1565b40051bc415", - strip_prefix = "cranelift-entity-0.72.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-entity-0.72.0.bazel"), + sha256 = "79fa6fdd77a8d317763cd21668d3e72b96e09ac8a974326c6149f7de5aafa8ed", + strip_prefix = "cranelift-entity-0.73.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-entity-0.73.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_frontend__0_72_0", - url = "https://crates.io/api/v1/crates/cranelift-frontend/0.72.0/download", + name = "proxy_wasm_cpp_host__cranelift_frontend__0_73_0", + url = "https://crates.io/api/v1/crates/cranelift-frontend/0.73.0/download", type = "tar.gz", - sha256 = "4d20c8bd4a1c41ded051734f0e33ad1d843a0adc98b9bd975ee6657e2c70cdc9", - strip_prefix = "cranelift-frontend-0.72.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-frontend-0.72.0.bazel"), + sha256 = "ae11da9ca99f987c29e3eb39ebe10e9b879ecca30f3aeaee13db5e8e02b80fb6", + strip_prefix = "cranelift-frontend-0.73.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-frontend-0.73.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_native__0_72_0", - url = "https://crates.io/api/v1/crates/cranelift-native/0.72.0/download", + name = "proxy_wasm_cpp_host__cranelift_native__0_73_0", + url = "https://crates.io/api/v1/crates/cranelift-native/0.73.0/download", type = "tar.gz", - sha256 = "304e100df41f34a5a15291b37bfe0fd7abd0427a2c84195cc69578b4137f9099", - strip_prefix = "cranelift-native-0.72.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-native-0.72.0.bazel"), + sha256 = "100ca4810058e23a5c4dcaedfa25289d1853f4a899d0960265aa7c54a4789351", + strip_prefix = "cranelift-native-0.73.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-native-0.73.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__cranelift_wasm__0_72_0", - url = "https://crates.io/api/v1/crates/cranelift-wasm/0.72.0/download", + name = "proxy_wasm_cpp_host__cranelift_wasm__0_73_0", + url = "https://crates.io/api/v1/crates/cranelift-wasm/0.73.0/download", type = "tar.gz", - sha256 = "4efd473b2917303957e0bfaea6ea9d08b8c93695bee015a611a2514ce5254abc", - strip_prefix = "cranelift-wasm-0.72.0", - build_file = Label("//bazel/cargo/remote:BUILD.cranelift-wasm-0.72.0.bazel"), + sha256 = "607826643d74cf2cc36973ebffd1790a11d1781e14e3f95cf5529942b2168a67", + strip_prefix = "cranelift-wasm-0.73.0", + build_file = Label("//bazel/cargo/remote:BUILD.cranelift-wasm-0.73.0.bazel"), ) maybe( @@ -263,12 +263,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__getrandom__0_1_16", - url = "https://crates.io/api/v1/crates/getrandom/0.1.16/download", + name = "proxy_wasm_cpp_host__getrandom__0_2_2", + url = "https://crates.io/api/v1/crates/getrandom/0.2.2/download", type = "tar.gz", - sha256 = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce", - strip_prefix = "getrandom-0.1.16", - build_file = Label("//bazel/cargo/remote:BUILD.getrandom-0.1.16.bazel"), + sha256 = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8", + strip_prefix = "getrandom-0.2.2", + build_file = Label("//bazel/cargo/remote:BUILD.getrandom-0.2.2.bazel"), ) maybe( @@ -353,12 +353,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__libc__0_2_92", - url = "https://crates.io/api/v1/crates/libc/0.2.92/download", + name = "proxy_wasm_cpp_host__libc__0_2_93", + url = "https://crates.io/api/v1/crates/libc/0.2.93/download", type = "tar.gz", - sha256 = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714", - strip_prefix = "libc-0.2.92", - build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.92.bazel"), + sha256 = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41", + strip_prefix = "libc-0.2.93", + build_file = Label("//bazel/cargo/remote:BUILD.libc-0.2.93.bazel"), ) maybe( @@ -493,42 +493,42 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__rand__0_7_3", - url = "https://crates.io/api/v1/crates/rand/0.7.3/download", + name = "proxy_wasm_cpp_host__rand__0_8_3", + url = "https://crates.io/api/v1/crates/rand/0.8.3/download", type = "tar.gz", - sha256 = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03", - strip_prefix = "rand-0.7.3", - build_file = Label("//bazel/cargo/remote:BUILD.rand-0.7.3.bazel"), + sha256 = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e", + strip_prefix = "rand-0.8.3", + build_file = Label("//bazel/cargo/remote:BUILD.rand-0.8.3.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__rand_chacha__0_2_2", - url = "https://crates.io/api/v1/crates/rand_chacha/0.2.2/download", + name = "proxy_wasm_cpp_host__rand_chacha__0_3_0", + url = "https://crates.io/api/v1/crates/rand_chacha/0.3.0/download", type = "tar.gz", - sha256 = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402", - strip_prefix = "rand_chacha-0.2.2", - build_file = Label("//bazel/cargo/remote:BUILD.rand_chacha-0.2.2.bazel"), + sha256 = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d", + strip_prefix = "rand_chacha-0.3.0", + build_file = Label("//bazel/cargo/remote:BUILD.rand_chacha-0.3.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__rand_core__0_5_1", - url = "https://crates.io/api/v1/crates/rand_core/0.5.1/download", + name = "proxy_wasm_cpp_host__rand_core__0_6_2", + url = "https://crates.io/api/v1/crates/rand_core/0.6.2/download", type = "tar.gz", - sha256 = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19", - strip_prefix = "rand_core-0.5.1", - build_file = Label("//bazel/cargo/remote:BUILD.rand_core-0.5.1.bazel"), + sha256 = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7", + strip_prefix = "rand_core-0.6.2", + build_file = Label("//bazel/cargo/remote:BUILD.rand_core-0.6.2.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__rand_hc__0_2_0", - url = "https://crates.io/api/v1/crates/rand_hc/0.2.0/download", + name = "proxy_wasm_cpp_host__rand_hc__0_3_0", + url = "https://crates.io/api/v1/crates/rand_hc/0.3.0/download", type = "tar.gz", - sha256 = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c", - strip_prefix = "rand_hc-0.2.0", - build_file = Label("//bazel/cargo/remote:BUILD.rand_hc-0.2.0.bazel"), + sha256 = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73", + strip_prefix = "rand_hc-0.3.0", + build_file = Label("//bazel/cargo/remote:BUILD.rand_hc-0.3.0.bazel"), ) maybe( @@ -643,12 +643,12 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__target_lexicon__0_11_2", - url = "https://crates.io/api/v1/crates/target-lexicon/0.11.2/download", + name = "proxy_wasm_cpp_host__target_lexicon__0_12_0", + url = "https://crates.io/api/v1/crates/target-lexicon/0.12.0/download", type = "tar.gz", - sha256 = "422045212ea98508ae3d28025bc5aaa2bd4a9cdaecd442a08da2ee620ee9ea95", - strip_prefix = "target-lexicon-0.11.2", - build_file = Label("//bazel/cargo/remote:BUILD.target-lexicon-0.11.2.bazel"), + sha256 = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834", + strip_prefix = "target-lexicon-0.12.0", + build_file = Label("//bazel/cargo/remote:BUILD.target-lexicon-0.12.0.bazel"), ) maybe( @@ -693,111 +693,111 @@ def proxy_wasm_cpp_host_fetch_remote_crates(): maybe( http_archive, - name = "proxy_wasm_cpp_host__wasi__0_9_0_wasi_snapshot_preview1", - url = "https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download", + name = "proxy_wasm_cpp_host__wasi__0_10_2_wasi_snapshot_preview1", + url = "https://crates.io/api/v1/crates/wasi/0.10.2+wasi-snapshot-preview1/download", type = "tar.gz", - sha256 = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519", - strip_prefix = "wasi-0.9.0+wasi-snapshot-preview1", - build_file = Label("//bazel/cargo/remote:BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel"), + sha256 = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6", + strip_prefix = "wasi-0.10.2+wasi-snapshot-preview1", + build_file = Label("//bazel/cargo/remote:BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmparser__0_76_0", - url = "https://crates.io/api/v1/crates/wasmparser/0.76.0/download", + name = "proxy_wasm_cpp_host__wasmparser__0_77_0", + url = "https://crates.io/api/v1/crates/wasmparser/0.77.0/download", type = "tar.gz", - sha256 = "755a9a4afe3f6cccbbe6d7e965eef44cf260b001f93e547eba84255c1d0187d8", - strip_prefix = "wasmparser-0.76.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmparser-0.76.0.bazel"), + sha256 = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6", + strip_prefix = "wasmparser-0.77.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmparser-0.77.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime__0_25_0", - url = "https://crates.io/api/v1/crates/wasmtime/0.25.0/download", + name = "proxy_wasm_cpp_host__wasmtime__0_26_0", + url = "https://crates.io/api/v1/crates/wasmtime/0.26.0/download", type = "tar.gz", - sha256 = "26ea2ad49bb047e10ca292f55cd67040bef14b676d07e7b04ed65fd312d52ece", - strip_prefix = "wasmtime-0.25.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-0.25.0.bazel"), + sha256 = "4da03115f8ad36e50edeb6640f4ba27ed7e9a6f05c2f98f728c762966f7054c6", + strip_prefix = "wasmtime-0.26.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-0.26.0.bazel"), ) maybe( new_git_repository, name = "proxy_wasm_cpp_host__wasmtime_c_api_macros__0_19_0", remote = "https://github.com/bytecodealliance/wasmtime", - commit = "a8aaf812ef675e92f717893fc845db2dc5018128", + commit = "6b77786a6e758e91da9484a1c80b6fa5f88e1b3d", build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-c-api-macros-0.19.0.bazel"), init_submodules = True, ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_cranelift__0_25_0", - url = "https://crates.io/api/v1/crates/wasmtime-cranelift/0.25.0/download", + name = "proxy_wasm_cpp_host__wasmtime_cranelift__0_26_0", + url = "https://crates.io/api/v1/crates/wasmtime-cranelift/0.26.0/download", type = "tar.gz", - sha256 = "5e769b80abbb89255926f69ba37085f7dd6608c980134838c3c89d7bf6e776bc", - strip_prefix = "wasmtime-cranelift-0.25.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-cranelift-0.25.0.bazel"), + sha256 = "b73c47553954eab22f432a7a60bcd695eb46508c2088cb0aa1cfd060538db3b6", + strip_prefix = "wasmtime-cranelift-0.26.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-cranelift-0.26.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_debug__0_25_0", - url = "https://crates.io/api/v1/crates/wasmtime-debug/0.25.0/download", + name = "proxy_wasm_cpp_host__wasmtime_debug__0_26_0", + url = "https://crates.io/api/v1/crates/wasmtime-debug/0.26.0/download", type = "tar.gz", - sha256 = "38501788c936a4932b0ddf61135963a4b7d1f549f63a6908ae56a1c86d74fc7b", - strip_prefix = "wasmtime-debug-0.25.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-debug-0.25.0.bazel"), + sha256 = "5241e603c262b2ee0dfb5b2245ad539d0a99f0589909fbffc91d2a8035f2d20a", + strip_prefix = "wasmtime-debug-0.26.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-debug-0.26.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_environ__0_25_0", - url = "https://crates.io/api/v1/crates/wasmtime-environ/0.25.0/download", + name = "proxy_wasm_cpp_host__wasmtime_environ__0_26_0", + url = "https://crates.io/api/v1/crates/wasmtime-environ/0.26.0/download", type = "tar.gz", - sha256 = "fae793ea1387b2fede277d209bb27285366df58f0a3ae9d59e58a7941dce60fa", - strip_prefix = "wasmtime-environ-0.25.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-environ-0.25.0.bazel"), + sha256 = "fb8d356abc04754f5936b9377441a4a202f6bba7ad997d2cd66acb3908bc85a3", + strip_prefix = "wasmtime-environ-0.26.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-environ-0.26.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_jit__0_25_0", - url = "https://crates.io/api/v1/crates/wasmtime-jit/0.25.0/download", + name = "proxy_wasm_cpp_host__wasmtime_jit__0_26_0", + url = "https://crates.io/api/v1/crates/wasmtime-jit/0.26.0/download", type = "tar.gz", - sha256 = "9b3bd0fae8396473a68a1491559d61776127bb9bea75c9a6a6c038ae4a656eb2", - strip_prefix = "wasmtime-jit-0.25.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-jit-0.25.0.bazel"), + sha256 = "81b066a3290a903c5beb7d765b3e82e00cd4f8ac0475297f91330fbe8e16bb17", + strip_prefix = "wasmtime-jit-0.26.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-jit-0.26.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_obj__0_25_0", - url = "https://crates.io/api/v1/crates/wasmtime-obj/0.25.0/download", + name = "proxy_wasm_cpp_host__wasmtime_obj__0_26_0", + url = "https://crates.io/api/v1/crates/wasmtime-obj/0.26.0/download", type = "tar.gz", - sha256 = "a79fa098a3be8fabc50f5be60f8e47694d569afdc255de37850fc80295485012", - strip_prefix = "wasmtime-obj-0.25.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-obj-0.25.0.bazel"), + sha256 = "bd9d5c6c8924ea1fb2372d26c0546a8c5aab94001d5ddedaa36fd7b090c04de2", + strip_prefix = "wasmtime-obj-0.26.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-obj-0.26.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_profiling__0_25_0", - url = "https://crates.io/api/v1/crates/wasmtime-profiling/0.25.0/download", + name = "proxy_wasm_cpp_host__wasmtime_profiling__0_26_0", + url = "https://crates.io/api/v1/crates/wasmtime-profiling/0.26.0/download", type = "tar.gz", - sha256 = "d81e2106efeef4c01917fd16956a91d39bb78c07cf97027abdba9ca98da3f258", - strip_prefix = "wasmtime-profiling-0.25.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-profiling-0.25.0.bazel"), + sha256 = "44760e80dd5f53e9af6c976120f9f1d35908ee0c646a3144083f0a57b7123ba7", + strip_prefix = "wasmtime-profiling-0.26.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-profiling-0.26.0.bazel"), ) maybe( http_archive, - name = "proxy_wasm_cpp_host__wasmtime_runtime__0_25_0", - url = "https://crates.io/api/v1/crates/wasmtime-runtime/0.25.0/download", + name = "proxy_wasm_cpp_host__wasmtime_runtime__0_26_0", + url = "https://crates.io/api/v1/crates/wasmtime-runtime/0.26.0/download", type = "tar.gz", - sha256 = "f747c656ca4680cad7846ae91c57d03f2dd4f4170da77a700df4e21f0d805378", - strip_prefix = "wasmtime-runtime-0.25.0", - build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-runtime-0.25.0.bazel"), + sha256 = "9701c6412897ba3a10fb4e17c4ec29723ed33d6feaaaeaf59f53799107ce7351", + strip_prefix = "wasmtime-runtime-0.26.0", + build_file = Label("//bazel/cargo/remote:BUILD.wasmtime-runtime-0.26.0.bazel"), ) maybe( diff --git a/bazel/cargo/remote/BUILD.atty-0.2.14.bazel b/bazel/cargo/remote/BUILD.atty-0.2.14.bazel index 0efa5c291..04d2e1eac 100644 --- a/bazel/cargo/remote/BUILD.atty-0.2.14.bazel +++ b/bazel/cargo/remote/BUILD.atty-0.2.14.bazel @@ -73,7 +73,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-freebsd", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/bazel/cargo/remote/BUILD.backtrace-0.3.56.bazel b/bazel/cargo/remote/BUILD.backtrace-0.3.56.bazel index 073acc80a..75d6534d0 100644 --- a/bazel/cargo/remote/BUILD.backtrace-0.3.56.bazel +++ b/bazel/cargo/remote/BUILD.backtrace-0.3.56.bazel @@ -65,7 +65,7 @@ rust_library( deps = [ "@proxy_wasm_cpp_host__addr2line__0_14_1//:addr2line", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", "@proxy_wasm_cpp_host__miniz_oxide__0_4_4//:miniz_oxide", "@proxy_wasm_cpp_host__object__0_23_0//:object", "@proxy_wasm_cpp_host__rustc_demangle__0_1_18//:rustc_demangle", diff --git a/bazel/cargo/remote/BUILD.cranelift-bforest-0.72.0.bazel b/bazel/cargo/remote/BUILD.cranelift-bforest-0.73.0.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.cranelift-bforest-0.72.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-bforest-0.73.0.bazel index 4271ac51d..a5db24b98 100644 --- a/bazel/cargo/remote/BUILD.cranelift-bforest-0.72.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-bforest-0.73.0.bazel @@ -46,9 +46,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.72.0", + version = "0.73.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_entity__0_72_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-codegen-0.72.0.bazel b/bazel/cargo/remote/BUILD.cranelift-codegen-0.73.0.bazel similarity index 86% rename from bazel/cargo/remote/BUILD.cranelift-codegen-0.72.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-codegen-0.73.0.bazel index 6158e438b..b06085b97 100644 --- a/bazel/cargo/remote/BUILD.cranelift-codegen-0.72.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-codegen-0.73.0.bazel @@ -58,10 +58,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.72.0", + version = "0.73.0", visibility = ["//visibility:private"], deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen_meta__0_72_0//:cranelift_codegen_meta", + "@proxy_wasm_cpp_host__cranelift_codegen_meta__0_73_0//:cranelift_codegen_meta", ], ) @@ -87,20 +87,20 @@ rust_library( "cargo-raze", "manual", ], - version = "0.72.0", + version = "0.73.0", # buildifier: leave-alone deps = [ ":cranelift_codegen_build_script", "@proxy_wasm_cpp_host__byteorder__1_3_4//:byteorder", - "@proxy_wasm_cpp_host__cranelift_bforest__0_72_0//:cranelift_bforest", - "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_72_0//:cranelift_codegen_shared", - "@proxy_wasm_cpp_host__cranelift_entity__0_72_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_bforest__0_73_0//:cranelift_bforest", + "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_73_0//:cranelift_codegen_shared", + "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", "@proxy_wasm_cpp_host__gimli__0_23_0//:gimli", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__regalloc__0_0_31//:regalloc", "@proxy_wasm_cpp_host__serde__1_0_125//:serde", "@proxy_wasm_cpp_host__smallvec__1_6_1//:smallvec", - "@proxy_wasm_cpp_host__target_lexicon__0_11_2//:target_lexicon", + "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.72.0.bazel b/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.73.0.bazel similarity index 87% rename from bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.72.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.73.0.bazel index afb4d8151..d2d65b057 100644 --- a/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.72.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-codegen-meta-0.73.0.bazel @@ -46,10 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.72.0", + version = "0.73.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_72_0//:cranelift_codegen_shared", - "@proxy_wasm_cpp_host__cranelift_entity__0_72_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_codegen_shared__0_73_0//:cranelift_codegen_shared", + "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.72.0.bazel b/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.73.0.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.72.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.73.0.bazel index 5d2a856f2..8d35e2b5e 100644 --- a/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.72.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-codegen-shared-0.73.0.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.72.0", + version = "0.73.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__serde__1_0_125//:serde", diff --git a/bazel/cargo/remote/BUILD.cranelift-entity-0.72.0.bazel b/bazel/cargo/remote/BUILD.cranelift-entity-0.73.0.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.cranelift-entity-0.72.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-entity-0.73.0.bazel index 8980a2438..e43a74fdc 100644 --- a/bazel/cargo/remote/BUILD.cranelift-entity-0.72.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-entity-0.73.0.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.72.0", + version = "0.73.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__serde__1_0_125//:serde", diff --git a/bazel/cargo/remote/BUILD.cranelift-frontend-0.72.0.bazel b/bazel/cargo/remote/BUILD.cranelift-frontend-0.73.0.bazel similarity index 88% rename from bazel/cargo/remote/BUILD.cranelift-frontend-0.72.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-frontend-0.73.0.bazel index 776af4898..a074c6c01 100644 --- a/bazel/cargo/remote/BUILD.cranelift-frontend-0.72.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-frontend-0.73.0.bazel @@ -48,12 +48,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.72.0", + version = "0.73.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_72_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__smallvec__1_6_1//:smallvec", - "@proxy_wasm_cpp_host__target_lexicon__0_11_2//:target_lexicon", + "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-native-0.72.0.bazel b/bazel/cargo/remote/BUILD.cranelift-native-0.73.0.bazel similarity index 87% rename from bazel/cargo/remote/BUILD.cranelift-native-0.72.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-native-0.73.0.bazel index ead9ddf18..ab9c85791 100644 --- a/bazel/cargo/remote/BUILD.cranelift-native-0.72.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-native-0.73.0.bazel @@ -48,10 +48,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.72.0", + version = "0.73.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_72_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__target_lexicon__0_11_2//:target_lexicon", + "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", ], ) diff --git a/bazel/cargo/remote/BUILD.cranelift-wasm-0.72.0.bazel b/bazel/cargo/remote/BUILD.cranelift-wasm-0.73.0.bazel similarity index 84% rename from bazel/cargo/remote/BUILD.cranelift-wasm-0.72.0.bazel rename to bazel/cargo/remote/BUILD.cranelift-wasm-0.73.0.bazel index d250ff94e..b21160eb2 100644 --- a/bazel/cargo/remote/BUILD.cranelift-wasm-0.72.0.bazel +++ b/bazel/cargo/remote/BUILD.cranelift-wasm-0.73.0.bazel @@ -50,18 +50,18 @@ rust_library( "cargo-raze", "manual", ], - version = "0.72.0", + version = "0.73.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_72_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_72_0//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_frontend__0_72_0//:cranelift_frontend", + "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_frontend__0_73_0//:cranelift_frontend", "@proxy_wasm_cpp_host__itertools__0_10_0//:itertools", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__serde__1_0_125//:serde", "@proxy_wasm_cpp_host__smallvec__1_6_1//:smallvec", "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmparser__0_76_0//:wasmparser", + "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", ], ) diff --git a/bazel/cargo/remote/BUILD.getrandom-0.1.16.bazel b/bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel similarity index 90% rename from bazel/cargo/remote/BUILD.getrandom-0.1.16.bazel rename to bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel index 4266e9736..30fefb619 100644 --- a/bazel/cargo/remote/BUILD.getrandom-0.1.16.bazel +++ b/bazel/cargo/remote/BUILD.getrandom-0.2.2.bazel @@ -53,10 +53,17 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.1.16", + version = "0.2.2", visibility = ["//visibility:private"], deps = [ ] + selects.with_or({ + # cfg(all(target_arch = "wasm32", target_os = "unknown")) + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ # cfg(target_os = "wasi") ( "@rules_rust//rust/platform:wasm32-wasi", @@ -85,13 +92,6 @@ cargo_build_script( ): [ ], "//conditions:default": [], - }) + selects.with_or({ - # wasm32-unknown-unknown - ( - "@rules_rust//rust/platform:wasm32-unknown-unknown", - ): [ - ], - "//conditions:default": [], }), ) @@ -116,17 +116,24 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.16", + version = "0.2.2", # buildifier: leave-alone deps = [ ":getrandom_build_script", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", ] + selects.with_or({ + # cfg(all(target_arch = "wasm32", target_os = "unknown")) + ( + "@rules_rust//rust/platform:wasm32-unknown-unknown", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ # cfg(target_os = "wasi") ( "@rules_rust//rust/platform:wasm32-wasi", ): [ - "@proxy_wasm_cpp_host__wasi__0_9_0_wasi_snapshot_preview1//:wasi", + "@proxy_wasm_cpp_host__wasi__0_10_2_wasi_snapshot_preview1//:wasi", ], "//conditions:default": [], }) + selects.with_or({ @@ -149,17 +156,14 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-freebsd", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", - ], - "//conditions:default": [], - }) + selects.with_or({ - # wasm32-unknown-unknown - ( - "@rules_rust//rust/platform:wasm32-unknown-unknown", - ): [ + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", ], "//conditions:default": [], }), ) -# Unsupported target "common" with type "test" omitted +# Unsupported target "custom" with type "test" omitted + +# Unsupported target "normal" with type "test" omitted + +# Unsupported target "rdrand" with type "test" omitted diff --git a/bazel/cargo/remote/BUILD.hermit-abi-0.1.18.bazel b/bazel/cargo/remote/BUILD.hermit-abi-0.1.18.bazel index 478e2c5fa..3732fb4fa 100644 --- a/bazel/cargo/remote/BUILD.hermit-abi-0.1.18.bazel +++ b/bazel/cargo/remote/BUILD.hermit-abi-0.1.18.bazel @@ -50,6 +50,6 @@ rust_library( version = "0.1.18", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", ], ) diff --git a/bazel/cargo/remote/BUILD.libc-0.2.92.bazel b/bazel/cargo/remote/BUILD.libc-0.2.93.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.libc-0.2.92.bazel rename to bazel/cargo/remote/BUILD.libc-0.2.93.bazel index 8f3e6a17c..5da81e7fe 100644 --- a/bazel/cargo/remote/BUILD.libc-0.2.92.bazel +++ b/bazel/cargo/remote/BUILD.libc-0.2.93.bazel @@ -54,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.92", + version = "0.2.93", visibility = ["//visibility:private"], deps = [ ], @@ -78,7 +78,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.92", + version = "0.2.93", # buildifier: leave-alone deps = [ ":libc_build_script", diff --git a/bazel/cargo/remote/BUILD.mach-0.3.2.bazel b/bazel/cargo/remote/BUILD.mach-0.3.2.bazel index b526f8766..876184848 100644 --- a/bazel/cargo/remote/BUILD.mach-0.3.2.bazel +++ b/bazel/cargo/remote/BUILD.mach-0.3.2.bazel @@ -63,7 +63,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/bazel/cargo/remote/BUILD.rand-0.7.3.bazel b/bazel/cargo/remote/BUILD.rand-0.8.3.bazel similarity index 75% rename from bazel/cargo/remote/BUILD.rand-0.7.3.bazel rename to bazel/cargo/remote/BUILD.rand-0.8.3.bazel index 0f7329d5e..0209569ad 100644 --- a/bazel/cargo/remote/BUILD.rand-0.7.3.bazel +++ b/bazel/cargo/remote/BUILD.rand-0.8.3.bazel @@ -30,31 +30,20 @@ licenses([ # Generated Targets -# Unsupported target "generators" with type "bench" omitted - -# Unsupported target "misc" with type "bench" omitted - -# Unsupported target "seq" with type "bench" omitted - -# Unsupported target "weighted" with type "bench" omitted - -# Unsupported target "monte-carlo" with type "example" omitted - -# Unsupported target "monty-hall" with type "example" omitted - rust_library( name = "rand", srcs = glob(["**/*.rs"]), aliases = { - "@proxy_wasm_cpp_host__getrandom__0_1_16//:getrandom": "getrandom_package", }, crate_features = [ "alloc", "default", "getrandom", - "getrandom_package", "libc", + "rand_chacha", + "rand_hc", "std", + "std_rng", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -67,12 +56,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.3", + version = "0.8.3", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__getrandom__0_1_16//:getrandom", - "@proxy_wasm_cpp_host__rand_chacha__0_2_2//:rand_chacha", - "@proxy_wasm_cpp_host__rand_core__0_5_1//:rand_core", + "@proxy_wasm_cpp_host__rand_chacha__0_3_0//:rand_chacha", + "@proxy_wasm_cpp_host__rand_core__0_6_2//:rand_core", ] + selects.with_or({ # cfg(unix) ( @@ -93,7 +81,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-freebsd", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", ], "//conditions:default": [], }), diff --git a/bazel/cargo/remote/BUILD.rand_chacha-0.2.2.bazel b/bazel/cargo/remote/BUILD.rand_chacha-0.3.0.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.rand_chacha-0.2.2.bazel rename to bazel/cargo/remote/BUILD.rand_chacha-0.3.0.bazel index ed893b572..8ff80133a 100644 --- a/bazel/cargo/remote/BUILD.rand_chacha-0.2.2.bazel +++ b/bazel/cargo/remote/BUILD.rand_chacha-0.3.0.bazel @@ -47,10 +47,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.2", + version = "0.3.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__ppv_lite86__0_2_10//:ppv_lite86", - "@proxy_wasm_cpp_host__rand_core__0_5_1//:rand_core", + "@proxy_wasm_cpp_host__rand_core__0_6_2//:rand_core", ], ) diff --git a/bazel/cargo/remote/BUILD.rand_core-0.5.1.bazel b/bazel/cargo/remote/BUILD.rand_core-0.6.2.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.rand_core-0.5.1.bazel rename to bazel/cargo/remote/BUILD.rand_core-0.6.2.bazel index 302278bcf..51cd0b42f 100644 --- a/bazel/cargo/remote/BUILD.rand_core-0.5.1.bazel +++ b/bazel/cargo/remote/BUILD.rand_core-0.6.2.bazel @@ -49,9 +49,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.1", + version = "0.6.2", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__getrandom__0_1_16//:getrandom", + "@proxy_wasm_cpp_host__getrandom__0_2_2//:getrandom", ], ) diff --git a/bazel/cargo/remote/BUILD.rand_hc-0.2.0.bazel b/bazel/cargo/remote/BUILD.rand_hc-0.3.0.bazel similarity index 92% rename from bazel/cargo/remote/BUILD.rand_hc-0.2.0.bazel rename to bazel/cargo/remote/BUILD.rand_hc-0.3.0.bazel index a8ec6aae2..5eb4b94d0 100644 --- a/bazel/cargo/remote/BUILD.rand_hc-0.2.0.bazel +++ b/bazel/cargo/remote/BUILD.rand_hc-0.3.0.bazel @@ -46,9 +46,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.0", + version = "0.3.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__rand_core__0_5_1//:rand_core", + "@proxy_wasm_cpp_host__rand_core__0_6_2//:rand_core", ], ) diff --git a/bazel/cargo/remote/BUILD.region-2.2.0.bazel b/bazel/cargo/remote/BUILD.region-2.2.0.bazel index e524f23ac..a2de6c09a 100644 --- a/bazel/cargo/remote/BUILD.region-2.2.0.bazel +++ b/bazel/cargo/remote/BUILD.region-2.2.0.bazel @@ -52,7 +52,7 @@ rust_library( # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__bitflags__1_2_1//:bitflags", - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", ] + selects.with_or({ # cfg(any(target_os = "macos", target_os = "ios")) ( diff --git a/bazel/cargo/remote/BUILD.target-lexicon-0.11.2.bazel b/bazel/cargo/remote/BUILD.target-lexicon-0.12.0.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.target-lexicon-0.11.2.bazel rename to bazel/cargo/remote/BUILD.target-lexicon-0.12.0.bazel index 90129e715..b87c0b081 100644 --- a/bazel/cargo/remote/BUILD.target-lexicon-0.11.2.bazel +++ b/bazel/cargo/remote/BUILD.target-lexicon-0.12.0.bazel @@ -53,7 +53,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.11.2", + version = "0.12.0", visibility = ["//visibility:private"], deps = [ ], @@ -80,7 +80,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.11.2", + version = "0.12.0", # buildifier: leave-alone deps = [ ":target_lexicon_build_script", diff --git a/bazel/cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel b/bazel/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel similarity index 95% rename from bazel/cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel rename to bazel/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel index a963d2aed..dc3e3feff 100644 --- a/bazel/cargo/remote/BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel +++ b/bazel/cargo/remote/BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.9.0+wasi-snapshot-preview1", + version = "0.10.2+wasi-snapshot-preview1", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.wasmparser-0.76.0.bazel b/bazel/cargo/remote/BUILD.wasmparser-0.77.0.bazel similarity index 97% rename from bazel/cargo/remote/BUILD.wasmparser-0.76.0.bazel rename to bazel/cargo/remote/BUILD.wasmparser-0.77.0.bazel index 9694b63ed..ab824e65f 100644 --- a/bazel/cargo/remote/BUILD.wasmparser-0.76.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmparser-0.77.0.bazel @@ -50,7 +50,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.76.0", + version = "0.77.0", # buildifier: leave-alone deps = [ ], diff --git a/bazel/cargo/remote/BUILD.wasmtime-0.25.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-0.26.0.bazel similarity index 78% rename from bazel/cargo/remote/BUILD.wasmtime-0.25.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-0.26.0.bazel index eeb0a7437..b8a777a1b 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-0.25.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-0.26.0.bazel @@ -51,7 +51,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.25.0", + version = "0.26.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", @@ -60,18 +60,20 @@ rust_library( "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", "@proxy_wasm_cpp_host__cpp_demangle__0_3_2//:cpp_demangle", "@proxy_wasm_cpp_host__indexmap__1_6_2//:indexmap", - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", + "@proxy_wasm_cpp_host__lazy_static__1_4_0//:lazy_static", + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", "@proxy_wasm_cpp_host__log__0_4_14//:log", + "@proxy_wasm_cpp_host__psm__0_1_12//:psm", "@proxy_wasm_cpp_host__region__2_2_0//:region", "@proxy_wasm_cpp_host__rustc_demangle__0_1_18//:rustc_demangle", "@proxy_wasm_cpp_host__serde__1_0_125//:serde", "@proxy_wasm_cpp_host__smallvec__1_6_1//:smallvec", - "@proxy_wasm_cpp_host__target_lexicon__0_11_2//:target_lexicon", - "@proxy_wasm_cpp_host__wasmparser__0_76_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_environ__0_25_0//:wasmtime_environ", - "@proxy_wasm_cpp_host__wasmtime_jit__0_25_0//:wasmtime_jit", - "@proxy_wasm_cpp_host__wasmtime_profiling__0_25_0//:wasmtime_profiling", - "@proxy_wasm_cpp_host__wasmtime_runtime__0_25_0//:wasmtime_runtime", + "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", + "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", + "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_jit__0_26_0//:wasmtime_jit", + "@proxy_wasm_cpp_host__wasmtime_profiling__0_26_0//:wasmtime_profiling", + "@proxy_wasm_cpp_host__wasmtime_runtime__0_26_0//:wasmtime_runtime", ] + selects.with_or({ # cfg(target_os = "windows") ( diff --git a/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.25.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.26.0.bazel similarity index 72% rename from bazel/cargo/remote/BUILD.wasmtime-cranelift-0.25.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-cranelift-0.26.0.bazel index 5b99e0d26..2a7ffcfa0 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.25.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-cranelift-0.26.0.bazel @@ -46,14 +46,14 @@ rust_library( "cargo-raze", "manual", ], - version = "0.25.0", + version = "0.26.0", # buildifier: leave-alone deps = [ - "@proxy_wasm_cpp_host__cranelift_codegen__0_72_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_72_0//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_frontend__0_72_0//:cranelift_frontend", - "@proxy_wasm_cpp_host__cranelift_wasm__0_72_0//:cranelift_wasm", - "@proxy_wasm_cpp_host__wasmparser__0_76_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_environ__0_25_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_frontend__0_73_0//:cranelift_frontend", + "@proxy_wasm_cpp_host__cranelift_wasm__0_73_0//:cranelift_wasm", + "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", + "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-debug-0.25.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-debug-0.26.0.bazel similarity index 86% rename from bazel/cargo/remote/BUILD.wasmtime-debug-0.25.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-debug-0.26.0.bazel index f1bbabe46..545ee9f74 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-debug-0.25.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-debug-0.26.0.bazel @@ -46,16 +46,16 @@ rust_library( "cargo-raze", "manual", ], - version = "0.25.0", + version = "0.26.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", "@proxy_wasm_cpp_host__gimli__0_23_0//:gimli", "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", "@proxy_wasm_cpp_host__object__0_23_0//:object", - "@proxy_wasm_cpp_host__target_lexicon__0_11_2//:target_lexicon", + "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmparser__0_76_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_environ__0_25_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", + "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-environ-0.25.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-environ-0.26.0.bazel similarity index 84% rename from bazel/cargo/remote/BUILD.wasmtime-environ-0.25.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-environ-0.26.0.bazel index dc92a1fa4..e3d9615a3 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-environ-0.25.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-environ-0.26.0.bazel @@ -46,14 +46,14 @@ rust_library( "cargo-raze", "manual", ], - version = "0.25.0", + version = "0.26.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__cranelift_codegen__0_72_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_72_0//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_wasm__0_72_0//:cranelift_wasm", + "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_wasm__0_73_0//:cranelift_wasm", "@proxy_wasm_cpp_host__gimli__0_23_0//:gimli", "@proxy_wasm_cpp_host__indexmap__1_6_2//:indexmap", "@proxy_wasm_cpp_host__log__0_4_14//:log", @@ -61,6 +61,6 @@ rust_library( "@proxy_wasm_cpp_host__region__2_2_0//:region", "@proxy_wasm_cpp_host__serde__1_0_125//:serde", "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmparser__0_76_0//:wasmparser", + "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-jit-0.25.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-jit-0.26.0.bazel similarity index 70% rename from bazel/cargo/remote/BUILD.wasmtime-jit-0.25.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-jit-0.26.0.bazel index 4eb0e5964..e5d99dacf 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-jit-0.25.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-jit-0.26.0.bazel @@ -48,32 +48,32 @@ rust_library( "cargo-raze", "manual", ], - version = "0.25.0", + version = "0.26.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__addr2line__0_14_1//:addr2line", "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", - "@proxy_wasm_cpp_host__cranelift_codegen__0_72_0//:cranelift_codegen", - "@proxy_wasm_cpp_host__cranelift_entity__0_72_0//:cranelift_entity", - "@proxy_wasm_cpp_host__cranelift_frontend__0_72_0//:cranelift_frontend", - "@proxy_wasm_cpp_host__cranelift_native__0_72_0//:cranelift_native", - "@proxy_wasm_cpp_host__cranelift_wasm__0_72_0//:cranelift_wasm", + "@proxy_wasm_cpp_host__cranelift_codegen__0_73_0//:cranelift_codegen", + "@proxy_wasm_cpp_host__cranelift_entity__0_73_0//:cranelift_entity", + "@proxy_wasm_cpp_host__cranelift_frontend__0_73_0//:cranelift_frontend", + "@proxy_wasm_cpp_host__cranelift_native__0_73_0//:cranelift_native", + "@proxy_wasm_cpp_host__cranelift_wasm__0_73_0//:cranelift_wasm", "@proxy_wasm_cpp_host__gimli__0_23_0//:gimli", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", "@proxy_wasm_cpp_host__object__0_23_0//:object", "@proxy_wasm_cpp_host__region__2_2_0//:region", "@proxy_wasm_cpp_host__serde__1_0_125//:serde", - "@proxy_wasm_cpp_host__target_lexicon__0_11_2//:target_lexicon", + "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmparser__0_76_0//:wasmparser", - "@proxy_wasm_cpp_host__wasmtime_cranelift__0_25_0//:wasmtime_cranelift", - "@proxy_wasm_cpp_host__wasmtime_debug__0_25_0//:wasmtime_debug", - "@proxy_wasm_cpp_host__wasmtime_environ__0_25_0//:wasmtime_environ", - "@proxy_wasm_cpp_host__wasmtime_obj__0_25_0//:wasmtime_obj", - "@proxy_wasm_cpp_host__wasmtime_profiling__0_25_0//:wasmtime_profiling", - "@proxy_wasm_cpp_host__wasmtime_runtime__0_25_0//:wasmtime_runtime", + "@proxy_wasm_cpp_host__wasmparser__0_77_0//:wasmparser", + "@proxy_wasm_cpp_host__wasmtime_cranelift__0_26_0//:wasmtime_cranelift", + "@proxy_wasm_cpp_host__wasmtime_debug__0_26_0//:wasmtime_debug", + "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_obj__0_26_0//:wasmtime_obj", + "@proxy_wasm_cpp_host__wasmtime_profiling__0_26_0//:wasmtime_profiling", + "@proxy_wasm_cpp_host__wasmtime_runtime__0_26_0//:wasmtime_runtime", ] + selects.with_or({ # cfg(target_os = "windows") ( diff --git a/bazel/cargo/remote/BUILD.wasmtime-obj-0.25.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-obj-0.26.0.bazel similarity index 84% rename from bazel/cargo/remote/BUILD.wasmtime-obj-0.25.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-obj-0.26.0.bazel index bda38af1e..0024ed713 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-obj-0.25.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-obj-0.26.0.bazel @@ -46,14 +46,14 @@ rust_library( "cargo-raze", "manual", ], - version = "0.25.0", + version = "0.26.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", "@proxy_wasm_cpp_host__object__0_23_0//:object", - "@proxy_wasm_cpp_host__target_lexicon__0_11_2//:target_lexicon", - "@proxy_wasm_cpp_host__wasmtime_debug__0_25_0//:wasmtime_debug", - "@proxy_wasm_cpp_host__wasmtime_environ__0_25_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", + "@proxy_wasm_cpp_host__wasmtime_debug__0_26_0//:wasmtime_debug", + "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-profiling-0.25.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-profiling-0.26.0.bazel similarity index 82% rename from bazel/cargo/remote/BUILD.wasmtime-profiling-0.25.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-profiling-0.26.0.bazel index 0eacb6304..3bd603d96 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-profiling-0.25.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-profiling-0.26.0.bazel @@ -46,16 +46,16 @@ rust_library( "cargo-raze", "manual", ], - version = "0.25.0", + version = "0.26.0", # buildifier: leave-alone deps = [ "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow", "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", "@proxy_wasm_cpp_host__lazy_static__1_4_0//:lazy_static", - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", "@proxy_wasm_cpp_host__serde__1_0_125//:serde", - "@proxy_wasm_cpp_host__target_lexicon__0_11_2//:target_lexicon", - "@proxy_wasm_cpp_host__wasmtime_environ__0_25_0//:wasmtime_environ", - "@proxy_wasm_cpp_host__wasmtime_runtime__0_25_0//:wasmtime_runtime", + "@proxy_wasm_cpp_host__target_lexicon__0_12_0//:target_lexicon", + "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_runtime__0_26_0//:wasmtime_runtime", ], ) diff --git a/bazel/cargo/remote/BUILD.wasmtime-runtime-0.25.0.bazel b/bazel/cargo/remote/BUILD.wasmtime-runtime-0.26.0.bazel similarity index 81% rename from bazel/cargo/remote/BUILD.wasmtime-runtime-0.25.0.bazel rename to bazel/cargo/remote/BUILD.wasmtime-runtime-0.26.0.bazel index 2647e0116..801a1dc03 100644 --- a/bazel/cargo/remote/BUILD.wasmtime-runtime-0.25.0.bazel +++ b/bazel/cargo/remote/BUILD.wasmtime-runtime-0.26.0.bazel @@ -53,7 +53,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.25.0", + version = "0.26.0", visibility = ["//visibility:private"], deps = [ "@proxy_wasm_cpp_host__cc__1_0_67//:cc", @@ -69,6 +69,15 @@ cargo_build_script( ): [ ], "//conditions:default": [], + }) + selects.with_or({ + # cfg(target_os = "macos") + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-darwin", + ): [ + ], + "//conditions:default": [], }) + selects.with_or({ # cfg(target_os = "windows") ( @@ -99,7 +108,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.25.0", + version = "0.26.0", # buildifier: leave-alone deps = [ ":wasmtime_runtime_build_script", @@ -108,15 +117,14 @@ rust_library( "@proxy_wasm_cpp_host__cfg_if__1_0_0//:cfg_if", "@proxy_wasm_cpp_host__indexmap__1_6_2//:indexmap", "@proxy_wasm_cpp_host__lazy_static__1_4_0//:lazy_static", - "@proxy_wasm_cpp_host__libc__0_2_92//:libc", + "@proxy_wasm_cpp_host__libc__0_2_93//:libc", "@proxy_wasm_cpp_host__log__0_4_14//:log", "@proxy_wasm_cpp_host__memoffset__0_6_3//:memoffset", "@proxy_wasm_cpp_host__more_asserts__0_2_1//:more_asserts", - "@proxy_wasm_cpp_host__psm__0_1_12//:psm", - "@proxy_wasm_cpp_host__rand__0_7_3//:rand", + "@proxy_wasm_cpp_host__rand__0_8_3//:rand", "@proxy_wasm_cpp_host__region__2_2_0//:region", "@proxy_wasm_cpp_host__thiserror__1_0_24//:thiserror", - "@proxy_wasm_cpp_host__wasmtime_environ__0_25_0//:wasmtime_environ", + "@proxy_wasm_cpp_host__wasmtime_environ__0_26_0//:wasmtime_environ", ] + selects.with_or({ # cfg(target_os = "linux") ( @@ -129,6 +137,16 @@ rust_library( ): [ ], "//conditions:default": [], + }) + selects.with_or({ + # cfg(target_os = "macos") + ( + "@rules_rust//rust/platform:aarch64-apple-darwin", + "@rules_rust//rust/platform:i686-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-darwin", + ): [ + "@proxy_wasm_cpp_host__mach__0_3_2//:mach", + ], + "//conditions:default": [], }) + selects.with_or({ # cfg(target_os = "windows") ( diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 53da5fd91..280368494 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -39,9 +39,9 @@ def proxy_wasm_cpp_host_repositories(): http_archive( name = "wasmtime", build_file = "@proxy_wasm_cpp_host//bazel/external:wasmtime.BUILD", - sha256 = "219b79db4084a0f9d720d430d625a676d68dd0228b11cab46fd6c2a649f77034", - strip_prefix = "wasmtime-0.25.0", - url = "https://github.com/bytecodealliance/wasmtime/archive/v0.25.0.tar.gz", + sha256 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c", + strip_prefix = "wasmtime-0.26.0", + url = "https://github.com/bytecodealliance/wasmtime/archive/v0.26.0.tar.gz", ) http_archive(