Skip to content

Commit 26969ea

Browse files
authored
chore: update WAMR to 2.4.1 (#453)
Signed-off-by: Michael Warres <[email protected]>
1 parent ee4dfe6 commit 26969ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bazel/external/wamr.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cmake(
6969
"@proxy_wasm_cpp_host//bazel:engine_wamr_jit": ["-ldl"],
7070
"//conditions:default": [],
7171
}),
72-
out_static_libs = ["libvmlib.a"],
72+
out_static_libs = ["libiwasm.a"],
7373
deps = select({
7474
"@proxy_wasm_cpp_host//bazel:engine_wamr_jit": ["@llvm-15_0_7//:llvm_wamr_lib"],
7575
"//conditions:default": [],

bazel/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ def proxy_wasm_cpp_host_repositories():
268268
http_archive,
269269
name = "com_github_bytecodealliance_wasm_micro_runtime",
270270
build_file = "@proxy_wasm_cpp_host//bazel/external:wamr.BUILD",
271-
# WAMR-2.1.1
272-
sha256 = "a0824762abbcbb3dd6b7bb07530f198ece5d792a12a879bc2a99100590fdb151",
273-
strip_prefix = "wasm-micro-runtime-WAMR-2.1.1",
274-
url = "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.1.1.zip",
271+
# WAMR-2.4.1
272+
sha256 = "ca18bbf304f47287bf43707564db63b8908dd6d0d6ac40bb39271a7144def4cc",
273+
strip_prefix = "wasm-micro-runtime-WAMR-2.4.1",
274+
url = "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.4.1.zip",
275275
)
276276

277277
native.bind(

0 commit comments

Comments
 (0)