Skip to content

Commit 47695d2

Browse files
PiotrSikoraphlax
authored andcommitted
wasm: update WAVM to nightly/2022-05-14. (envoyproxy#22491)
Signed-off-by: Piotr Sikora <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
1 parent 73c14cc commit 47695d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bazel/repository_locations.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -788,11 +788,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
788788
project_name = "WAVM",
789789
project_desc = "WebAssembly Virtual Machine",
790790
project_url = "https://wavm.github.io",
791-
version = "c8997ebf154f3b42e688e670a7d0fa045b7a32a0",
792-
sha256 = "bf2b2aec8a4c6a5413081c0527cb40dd16cb67e9c74a91f8a82fe1cf27a3c5d5",
791+
version = "3f9a150cac7faf28eab357a2c5b83d2ec740c7d9",
792+
sha256 = "82e05ade03fdac60cf863972d3e7420a771ef4a18afad26ac442554ab0be1207",
793793
strip_prefix = "WAVM-{version}",
794794
urls = ["https://github.com/WAVM/WAVM/archive/{version}.tar.gz"],
795-
release_date = "2021-12-15",
795+
release_date = "2022-05-14",
796796
use_category = ["dataplane_ext"],
797797
extensions = ["envoy.wasm.runtime.wavm"],
798798
cpe = "cpe:2.3:a:webassembly_virtual_machine_project:webassembly_virtual_machine:*",
@@ -1090,8 +1090,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
10901090
project_name = "WebAssembly for Proxies (C++ host implementation)",
10911091
project_desc = "WebAssembly for Proxies (C++ host implementation)",
10921092
project_url = "https://github.com/proxy-wasm/proxy-wasm-cpp-host",
1093-
version = "9387a5b77418e41bbf2b0909c68c14db42a1e743",
1094-
sha256 = "cc67ec35fe58e214ff19fb07435e6cfbf62493dbb543ca65017a8162c2baa137",
1093+
version = "38277868280b1c2933d6cf01fd7302ae8fbd6fc8",
1094+
sha256 = "46bb95aef9fc72866ff87a3ce7f3fd42bfd8dc92db746f9a16b3e00bc13d7464",
10951095
strip_prefix = "proxy-wasm-cpp-host-{version}",
10961096
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-host/archive/{version}.tar.gz"],
10971097
use_category = ["dataplane_ext"],
@@ -1107,7 +1107,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
11071107
"envoy.wasm.runtime.wavm",
11081108
"envoy.wasm.runtime.wasmtime",
11091109
],
1110-
release_date = "2022-08-01",
1110+
release_date = "2022-08-02",
11111111
cpe = "N/A",
11121112
),
11131113
proxy_wasm_rust_sdk = dict(

0 commit comments

Comments
 (0)