7 lines
129 B
Bash
Executable File
7 lines
129 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
RUSTFLAGS="-Ctarget-feature=+simd128" wasm-pack test --headless --firefox
|
|
wasm-pack test --headless --firefox
|