You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙏
The text was updated successfully, but these errors were encountered:
Without more detailed information, I can only really guess that this is the problem, so recommend checking out any applications which successfully manage to include the binary and see how their interface differs to how things have been configured back in your app.
If you try adding some log output to the crash, we may get an idea of where exactly it is failing.
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 :
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 🙏
The text was updated successfully, but these errors were encountered: