Skip to content

Commit

Permalink
perf: enable wasm simd
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Apr 12, 2021
1 parent 0e4ec19 commit 78f1c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/wasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ if (!WASI_ROOT) {
// Build wasm binary
execSync(`${WASI_ROOT}/bin/clang \
--sysroot=${WASI_ROOT}/share/wasi-sysroot \
-target wasm32-unknown-wasi \
-target wasm32-wasi \
-msimd128 \
-Ofast \
-fno-exceptions \
-fvisibility=hidden \
Expand Down

0 comments on commit 78f1c97

Please sign in to comment.