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 69
69
"@proxy_wasm_cpp_host//bazel:engine_wamr_jit": ["-ldl"],
70
70
"//conditions:default": [],
71
71
}),
72
- out_static_libs = ["libvmlib .a"],
72
+ out_static_libs = ["libiwasm .a"],
73
73
deps = select({
74
74
"@proxy_wasm_cpp_host//bazel:engine_wamr_jit": ["@llvm-15_0_7//:llvm_wamr_lib"],
75
75
"//conditions:default": [],
Original file line number Diff line number Diff line change @@ -268,10 +268,10 @@ def proxy_wasm_cpp_host_repositories():
268
268
http_archive ,
269
269
name = "com_github_bytecodealliance_wasm_micro_runtime" ,
270
270
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" ,
275
275
)
276
276
277
277
native .bind (
You can’t perform that action at this time.
0 commit comments