File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments