ffmpeg.wasm
ffmpeg.wasm copied to clipboard
Unhandled Rejection (Error): bad memory
@ayech0x2 got any solution for this? I'm also getting same error!
In your package.json you need to set the experimental flags when executing node command:
"scripts": { "start": "node --experimental-wasm-threads --experimental-wasm-bulk-memory index.js" }
i'm getting same error.
i am also getting same error, is any solution for this..?