Skip to content

Commit 954125d

Browse files
authored
deps: Bump wasm-micro-runtime (#42649)
Signed-off-by: Jonh Wendell <jwendell@redhat.com>
1 parent e3ac7bb commit 954125d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bazel/foreign_cc/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ envoy_cmake(
442442
"Ninja",
443443
],
444444
lib_source = "@com_github_wamr//:all",
445-
out_static_libs = ["libvmlib.a"],
445+
out_static_libs = ["libiwasm.a"],
446446
tags = ["skip_on_windows"],
447447
)
448448

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,11 +1180,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
11801180
project_name = "Webassembly Micro Runtime",
11811181
project_desc = "A standalone runtime with a small footprint for WebAssembly",
11821182
project_url = "https://github.com/bytecodealliance/wasm-micro-runtime",
1183-
version = "WAMR-2.2.0",
1184-
sha256 = "93b6ba03f681e061967106046b1908631ee705312b9a6410f3baee7af7c6aac9",
1183+
version = "WAMR-2.4.4",
1184+
sha256 = "03ad51037f06235577b765ee042a462326d8919300107af4546719c35525b298",
11851185
strip_prefix = "wasm-micro-runtime-{version}",
11861186
urls = ["https://github.com/bytecodealliance/wasm-micro-runtime/archive/{version}.tar.gz"],
1187-
release_date = "2024-10-22",
1187+
release_date = "2025-11-24",
11881188
use_category = ["dataplane_ext"],
11891189
extensions = ["envoy.wasm.runtime.wamr"],
11901190
cpe = "N/A",

0 commit comments

Comments
 (0)