From fd584309b96646d3096557f9278849b793d6c5c2 Mon Sep 17 00:00:00 2001 From: Duncan Beevers Date: Wed, 23 Feb 2022 15:24:34 -0800 Subject: [PATCH] fixup! build: Remove --experimental-wasm-bulk-memory flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0d4db..f9844c4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Try it: [https://ffmpegwasm.netlify.app](https://ffmpegwasm.netlify.app#demo) $ 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 experimental features, you need to add flags to run in Node.js ``` $ node --experimental-wasm-threads transcode.js