Skip to content

Commit

Permalink
wasm: fix building Wasm example. (#13619)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored Oct 19, 2020
1 parent 936a481 commit 2fa85c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/wasm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ load(
"//bazel:envoy_build_system.bzl",
"envoy_package",
)
load("//bazel/wasm:wasm.bzl", "wasm_cc_binary")
load("//bazel/wasm:wasm.bzl", "envoy_wasm_cc_binary")

licenses(["notice"]) # Apache 2

envoy_package()

wasm_cc_binary(
envoy_wasm_cc_binary(
name = "envoy_filter_http_wasm_example.wasm",
srcs = ["envoy_filter_http_wasm_example.cc"],
deps = [
Expand Down

0 comments on commit 2fa85c6

Please sign in to comment.