Skip to content

Commit

Permalink
Add build_test for wasm readable examples.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 343371520
  • Loading branch information
jDramaix authored and Copybara-Service committed Nov 19, 2020
1 parent b7a998e commit de4a985
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -88,3 +88,8 @@ def readable_example(
deps = [":readable-j2wasm"],
entry_points = wasm_entry_points,
)

build_test(
name = "readable_wasm_build_test",
targets = ["readable_wasm"],
)

0 comments on commit de4a985

Please sign in to comment.