Skip to content

Commit 10dab26

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

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
@@ -36,7 +36,7 @@ Try it: [https://ffmpegwasm.netlify.app](https://ffmpegwasm.netlify.app#demo)
3636
$ npm install @ffmpeg/ffmpeg @ffmpeg/core
3737
```
3838

39-
> As we are using the latest experimental features, you need to add few flags to run in Node.js
39+
> As we are using experimental features, you need to add flags to run in Node.js
4040
4141
```
4242
$ node --experimental-wasm-threads transcode.js

0 commit comments

Comments
 (0)