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 19
19
"WAMR_BUILD_AOT": "0",
20
20
"WAMR_BUILD_SIMD": "0",
21
21
"WAMR_BUILD_MULTI_MODULE": "1",
22
- "WAMR_BUILD_LIBC_WASI": "0 ",
22
+ "WAMR_BUILD_LIBC_WASI": "1 ",
23
23
"WAMR_BUILD_TAIL_CALL": "1",
24
24
},
25
25
generate_args = ["-GNinja"],
Original file line number Diff line number Diff line change @@ -168,10 +168,10 @@ def proxy_wasm_cpp_host_repositories():
168
168
http_archive ,
169
169
name = "com_github_bytecodealliance_wasm_micro_runtime" ,
170
170
build_file = "@proxy_wasm_cpp_host//bazel/external:wamr.BUILD" ,
171
- # WAMR-01 -18-2022
172
- sha256 = "af88da144bcb5ecac417af7fd34130487f5e4792e79670f07530474b2ef43912 " ,
173
- strip_prefix = "wasm-micro-runtime-d856af6c33591815ab4c890f0606bc99ee8135ad " ,
174
- url = "https://github.com/bytecodealliance/wasm-micro-runtime/archive/d856af6c33591815ab4c890f0606bc99ee8135ad .tar.gz" ,
171
+ # WAMR-05 -18-2022
172
+ sha256 = "350736fffdc49533f5f372221d01e3b570ecd7b85f4429b22f5d89594eb99d9c " ,
173
+ strip_prefix = "wasm-micro-runtime-d7a2888b18c478d87ce8094e1419b4e061db289f " ,
174
+ url = "https://github.com/bytecodealliance/wasm-micro-runtime/archive/d7a2888b18c478d87ce8094e1419b4e061db289f .tar.gz" ,
175
175
)
176
176
177
177
native .bind (
You can’t perform that action at this time.
0 commit comments