We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as 1.38 defaults to wasm, but wasm is apparently not compatible with our pre and post script somehow (see also Kagami/ffmpeg.js#44 (comment) )
so we need to add -s WASM=0 to the EMCCFLAGS
-s WASM=0
EMCCFLAGS
The text was updated successfully, but these errors were encountered:
even after adding -s WASM=0, there are still issues with emscripten 1.38
Module['Runtime']
stackSave
stackRestore
Module
Module['Runtime'
Module['allocate']
abort("Assertion failed: undefined").
Sorry, something went wrong.
There's now a pending PR in olm for this.
No branches or pull requests
as 1.38 defaults to wasm, but wasm is apparently not compatible with our pre and post script somehow
(see also Kagami/ffmpeg.js#44 (comment) )
so we need to add
-s WASM=0
to theEMCCFLAGS
The text was updated successfully, but these errors were encountered: