fixup! build: Remove --experimental-wasm-bulk-memory flag

This commit is contained in:
Duncan Beevers 2022-02-23 15:23:26 -08:00
parent fbedfb064c
commit 61fcd255e0
No known key found for this signature in database
GPG Key ID: 5219E77D2FF28744

View File

@ -39,7 +39,7 @@ $ npm install @ffmpeg/ffmpeg @ffmpeg/core
> As we are using the latest experimental features, you need to add few flags to run in Node.js > As we are using the latest experimental features, you need to add few flags to run in Node.js
``` ```
$ node --experimental-wasm-threads --experimental-wasm-bulk-memory transcode.js $ node --experimental-wasm-threads transcode.js
``` ```
**Browser** **Browser**