ffmpeg.wasm icon indicating copy to clipboard operation
ffmpeg.wasm copied to clipboard

Got error: [fferr] wasm streaming compile failed: LinkError: WebAssembly.instantiate(): Import #258 module="a" function="Rd" error: function import requires a callable

Open luokelong opened this issue 3 years ago • 2 comments

[fferr] wasm streaming compile failed: LinkError: WebAssembly.instantiate(): Import #258 module="a" function="Rd" error: function import requires a callable

ffmpeg.min.js:1 [fferr] falling back to ArrayBuffer instantiation

ffmpeg.min.js:1 [fferr] failed to asynchronously prepare wasm: LinkError: WebAssembly.instantiate(): Import #258 module="a" function="Rd" error: function import requires a callable

ffmpeg.min.js:1 [fferr] LinkError: WebAssembly.instantiate(): Import #258 module="a" function="Rd" error: function import requires a callable

luokelong avatar Sep 13 '21 08:09 luokelong

+1 Error only started occurring after I updated application to work with cross origin isolation due to chrome update.

willywwang avatar Oct 29 '21 19:10 willywwang

Pay attention to your “corePath”,Other documents are also required in ‘dist’. image

akon3585 avatar Nov 20 '21 03:11 akon3585