Explicit outputs for wasm_cc_binary (#1047)
* Explicit outputs for wasm_cc_binary * Backwards compatibility * data_runfiles restore * restore test_bazel.sh * Using wrong path on accident * two separate rules for legacy support * Added name attribute to wasm_cc_binary rule
This commit is contained in:
@@ -8,6 +8,10 @@ cc_binary(
|
||||
wasm_cc_binary(
|
||||
name = "hello-world-wasm",
|
||||
cc_target = ":hello-world",
|
||||
outputs = [
|
||||
"hello-world.js",
|
||||
"hello-world.wasm",
|
||||
],
|
||||
)
|
||||
|
||||
BASE_LINKOPTS = [
|
||||
|
||||
Reference in New Issue
Block a user