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 wrapped ffmpeg.wasm in a patchy layer of imports and ran it with wasm_run. I've gotten it to work on Linux, but when I run it on Android it apparently runs, but when the program exits I get a hard crash and the app dies. Any idea why? Or how I can prevent it? I don't even need it to do anything else - wasm_run could stop dead in its tracks when the external abort function is called and I'd be happy. Here's the logs (first two lines are from my code) :
I wrapped ffmpeg.wasm in a patchy layer of imports and ran it with wasm_run. I've gotten it to work on Linux, but when I run it on Android it apparently runs, but when the program exits I get a hard crash and the app dies. Any idea why? Or how I can prevent it? I don't even need it to do anything else - wasm_run could stop dead in its tracks when the external
abort
function is called and I'd be happy. Here's the logs (first two lines are from my code) :Not sure how much that helps.
The text was updated successfully, but these errors were encountered: