make hello world simd a bit cleaner (#701)

This commit is contained in:
walkingeyerobot
2021-02-08 15:34:32 -05:00
committed by GitHub
parent 45cd9dfc0f
commit ba7fad312b
2 changed files with 2 additions and 1 deletions

View File

@@ -19,4 +19,5 @@ wasm_cc_binary(
wasm_cc_binary(
name = "hello-world-wasm-simd",
cc_target = ":hello-world-simd",
simd = True,
)