Skip to content

Commit d3e8cae

Browse files
committed
build: Remove --experimental-wasm-bulk-memory flag
The --experimental-wasm-bulk-memory is no longer supported by Chrome
1 parent 2d6fae8 commit d3e8cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"wait": "rimraf dist && wait-on http://localhost:3000/dist/ffmpeg.dev.js",
1616
"test": "npm-run-all -p -r start test:all",
1717
"test:all": "npm-run-all wait test:browser:ffmpeg test:node:all",
18-
"test:node": "node --experimental-wasm-threads --experimental-wasm-bulk-memory node_modules/.bin/_mocha --exit --bail --require ./scripts/test-helper.js",
18+
"test:node": "node --experimental-wasm-threads node_modules/.bin/_mocha --exit --bail --require ./scripts/test-helper.js",
1919
"test:node:all": "npm run test:node -- ./tests/*.test.js",
2020
"test:browser": "mocha-headless-chrome -a allow-file-access-from-files -a incognito -a no-sandbox -a disable-setuid-sandbox -a disable-logging -t 300000",
2121
"test:browser:ffmpeg": "npm run test:browser -- -f ./tests/ffmpeg.test.html"

0 commit comments

Comments
 (0)