File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ cc_library(
11
11
],
12
12
include_prefix = "wasmtime",
13
13
deps = [
14
- "@com_github_bytecodealliance_wasmtime //:rust_c_api",
14
+ "@com_github_jlb6740_wasmtime //:rust_c_api",
15
15
],
16
16
)
Original file line number Diff line number Diff line change @@ -57,12 +57,16 @@ def proxy_wasm_cpp_host_repositories():
57
57
)
58
58
59
59
http_archive (
60
- name = "com_github_bytecodealliance_wasmtime" ,
60
+ #name = "com_github_bytecodealliance_wasmtime",
61
+ name = "com_github_jlb6740_wasmtime" ,
61
62
build_file = "@proxy_wasm_cpp_host//bazel/external:wasmtime.BUILD" ,
62
63
# sha256 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c",
63
- sha256 = "14259050366787d367cb1e007090d7503b8d05add78033061147f98d5494c854" ,
64
- strip_prefix = "wasmtime-0.29.0" ,
65
- url = "https://github.com/bytecodealliance/wasmtime/archive/v0.29.0.tar.gz" ,
64
+ #sha256 = "14259050366787d367cb1e007090d7503b8d05add78033061147f98d5494c854",
65
+ sha256 = "0086c5c8b662f2560661f81b02eff53da41782c5d9c7d8b404f1a5b627fb0f39" ,
66
+ #strip_prefix = "wasmtime-0.29.0",
67
+ strip_prefix = "wasmtime-2" ,
68
+ #url = "https://github.com/bytecodealliance/wasmtime/archive/v0.29.0.tar.gz",
69
+ url = "https://github.com/jlb6740/wasmtime/archive/refs/tags/v2.tar.gz" ,
66
70
)
67
71
68
72
http_archive (
You can’t perform that action at this time.
0 commit comments