Skip to content

Commit 5785e92

Browse files
authored
wamr: update to WAMR-01-18-2022. (#226)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent a15f79d commit 5785e92

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

bazel/external/wamr.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

bazel/repositories.bzl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,10 @@ def proxy_wasm_cpp_host_repositories():
5656
http_archive(
5757
name = "com_github_bytecodealliance_wasm_micro_runtime",
5858
build_file = "@proxy_wasm_cpp_host//bazel/external:wamr.BUILD",
59-
sha256 = "0ccf19f30f744fca635be5428f6460c14dfee19bfa0820c70e0fc9554f79c9b1",
60-
strip_prefix = "wasm-micro-runtime-cdf306364eff8f50fd6473b32a316cb90cc15a2f",
61-
url = "https://github.com/bytecodealliance/wasm-micro-runtime/archive/cdf306364eff8f50fd6473b32a316cb90cc15a2f.tar.gz",
62-
patches = ["@proxy_wasm_cpp_host//bazel/external:wamr.patch"],
63-
patch_args = ["-p1"],
59+
# WAMR-01-18-2022
60+
sha256 = "af88da144bcb5ecac417af7fd34130487f5e4792e79670f07530474b2ef43912",
61+
strip_prefix = "wasm-micro-runtime-d856af6c33591815ab4c890f0606bc99ee8135ad",
62+
url = "https://github.com/bytecodealliance/wasm-micro-runtime/archive/d856af6c33591815ab4c890f0606bc99ee8135ad.tar.gz",
6463
)
6564

6665
native.bind(

0 commit comments

Comments
 (0)