Sign in
skia
/
external
/
github.com
/
emscripten-core
/
emsdk
/
4282d5d44bf8b73b35d9c4a466a89c91e7df37c7
/
.
/
bazel
/
test_external
/
BUILD
blob: 73568cf388f4515a27182754ee4446315a3fad59 [
file
]
load
(
"@emsdk//emscripten_toolchain:wasm_rules.bzl"
,
"wasm_cc_binary"
)
cc_binary
(
name
=
"hello-world"
,
srcs
=
[
"hello-world.cc"
],
)
wasm_cc_binary
(
name
=
"hello-world-wasm"
,
cc_target
=
":hello-world"
,
)