Skip to content

Commit cf53965

Browse files
committed
fixup! build: Remove --experimental-wasm-bulk-memory flag
1 parent d3e8cae commit cf53965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ npm install @ffmpeg/ffmpeg @ffmpeg/core
3939
> As we are using the latest experimental features, you need to add few flags to run in Node.js
4040
4141
```
42-
$ node --experimental-wasm-threads --experimental-wasm-bulk-memory transcode.js
42+
$ node --experimental-wasm-threads transcode.js
4343
```
4444

4545
**Browser**

0 commit comments

Comments
 (0)