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 1919 "WAMR_BUILD_AOT": "0",
2020 "WAMR_BUILD_SIMD": "0",
2121 "WAMR_BUILD_MULTI_MODULE": "1",
22- "WAMR_BUILD_LIBC_WASI": "0 ",
22+ "WAMR_BUILD_LIBC_WASI": "1 ",
2323 "WAMR_BUILD_TAIL_CALL": "1",
2424 },
2525 generate_args = ["-GNinja"],
Original file line number Diff line number Diff line change @@ -168,10 +168,10 @@ def proxy_wasm_cpp_host_repositories():
168168 http_archive ,
169169 name = "com_github_bytecodealliance_wasm_micro_runtime" ,
170170 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/%3Cspan%20class="x x-first x-last">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/%3Cspan%20class="x x-first x-last">d7a2888b18c478d87ce8094e1419b4e061db289f .tar.gz",
175175 )
176176
177177 native .bind (
You can’t perform that action at this time.
0 commit comments