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,
)

View File

@@ -22,4 +22,4 @@ grep ${HASH} bazel/WORKSPACE || (echo ${FAILMSG} && false)
cd bazel
bazel build //hello-world:hello-world-wasm
bazel build --copt="-msimd128" //hello-world:hello-world-wasm-simd
bazel build //hello-world:hello-world-wasm-simd