Skip to content

Commit

Permalink
build(simd): remove --experimental-wasm-simd CLI flag
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 6, 2023
1 parent 2531a64 commit de21fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/simd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"doc:readme": "yarn doc:stats && tools:readme",
"doc:stats": "tools:module-stats",
"pub": "yarn npm publish --access public",
"test": "node --no-warnings --experimental-wasm-simd --loader ts-node/esm test/index.ts"
"test": "node --no-warnings --loader ts-node/esm test/index.ts"
},
"dependencies": {
"@thi.ng/transducers-binary": "^2.1.66"
Expand Down

0 comments on commit de21fca

Please sign in to comment.