Skip to content

Commit 1d7d65c

Browse files
author
Le Yao
committed
wamr: update to WAMR-05-18-2022
Signed-off-by: Le Yao <[email protected]>
1 parent 0b75c21 commit 1d7d65c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bazel/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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/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",
175175
)
176176

177177
native.bind(

0 commit comments

Comments
 (0)