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