Skip to content

Commit 5a96047

Browse files
committed
Add Promise support for http callout
1 parent fdc72a6 commit 5a96047

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BUILD

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ cargo_build_script(
2929

3030
rust_library(
3131
name = "proxy_wasm",
32-
srcs = glob(["src/*.rs", "src/callout/*.rs"]),
32+
srcs = glob([
33+
"src/*.rs",
34+
"src/callout/*.rs",
35+
]),
3336
edition = "2018",
3437
visibility = ["//visibility:public"],
3538
deps = [

0 commit comments

Comments
 (0)