Skip to content

Commit

Permalink
Add Promise support for http callout
Browse files Browse the repository at this point in the history
Signed-off-by: jizhuozhi.george <[email protected]>
  • Loading branch information
jizhuozhi committed Nov 3, 2024
1 parent fdc72a6 commit 9833aa6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ cargo_build_script(

rust_library(
name = "proxy_wasm",
srcs = glob(["src/*.rs", "src/callout/*.rs"]),
srcs = glob([
"src/*.rs",
"src/callout/*.rs",
]),
edition = "2018",
visibility = ["//visibility:public"],
deps = [
Expand Down

0 comments on commit 9833aa6

Please sign in to comment.