File tree Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -56,11 +56,10 @@ def proxy_wasm_cpp_host_repositories():
56
56
http_archive (
57
57
name = "com_github_bytecodealliance_wasm_micro_runtime" ,
58
58
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" ,
64
63
)
65
64
66
65
native .bind (
You can’t perform that action at this time.
0 commit comments