File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ genrule(
21
21
"crates/c-api/include/wasm.h",
22
22
],
23
23
outs = [
24
- "include/prefixed_wasm.h",
24
+ "crates/c-api/ include/prefixed_wasm.h",
25
25
],
26
26
cmd = """
27
27
sed -e 's/\\ wasm_/\\ wasmtime_wasm_/g' \
Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ def proxy_wasm_cpp_host_repositories():
130
130
maybe (
131
131
http_archive ,
132
132
name = "proxy_wasm_cpp_sdk" ,
133
- sha256 = "89792fc1abca331f29f99870476a04146de5e82ff903bdffca90e6729c1f2470 " ,
134
- strip_prefix = "proxy-wasm-cpp-sdk-95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee " ,
135
- urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee .tar.gz" ],
133
+ sha256 = "288ea776ab7f385c8062c89e6fb1dd56faa9b7a9b5379515c38d67acf8ae5813 " ,
134
+ strip_prefix = "proxy-wasm-cpp-sdk-766a3a5be7e1ac8043db847ca1d38d8d48a5c543 " ,
135
+ urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/766a3a5be7e1ac8043db847ca1d38d8d48a5c543 .tar.gz" ],
136
136
)
137
137
138
138
# Compile DB dependencies.
You can’t perform that action at this time.
0 commit comments