Open
Description
I'm trying to use your very interesting package with an wasm module. I've try your example : everything work nice. I've try other simple wasm module, work too.
So, i've try to use an ffmpeg wasm module (what i want finally, this module work in other web app) with WebAssembly.instantiate(), but i've an error :
ERROR [Error: Failed to instantiate WebAssembly. (1)]
I'm not railly understand this error. Do you know if it's possible to add more logs for try to understand what is wrong ? Unfortunately, the wasm module is proprietary, so i can't share it in this issue, sorry.
Thank you for your help 🙏
Activity