We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7916640 commit bcb7dc5Copy full SHA for bcb7dc5
example/BUILD
@@ -26,11 +26,17 @@ proxy_wasm_cc_binary(
26
srcs = ["http_proto_example.cc"],
27
copts = ["-std=c++17"],
28
protobuf = "lite",
29
+ deps = [
30
+ "@com_google_protobuf//:struct_cc_proto",
31
+ ],
32
)
33
34
proxy_wasm_cc_binary(
35
name = "http_proto_example_full.wasm",
36
37
38
protobuf = "full",
39
40
41
42
0 commit comments