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
Using an embind .await() inside of that function throws
Uncaught (in promise) RuntimeError: null function or function signature mismatch
at 00aa48d6:0x1051e8
at 00aa48d6:0xb58ba
at 00aa48d6:0xb6e58
at 00aa48d6:0x1bda07
at 00aa48d6:0x1be4a8
at 00aa48d6:0x1a14c8
at ret.<computed> (libav.js:9:3812847)
at dynCallLegacy (libav.js:9:3807081)
at dynCall (libav.js:9:3807167)
at libav.js:9:3807319
The use of await anywhere else works completly fine, but when used in this callback, it just throws.
The text was updated successfully, but these errors were encountered:
Version of emscripten/emsdk:
emsdk:3.1.8
Failing command line in full:
When using libAV, you need to pass it a
readPacket
function, which is a static function like soUsing an embind
.await()
inside of that function throwsThe use of await anywhere else works completly fine, but when used in this callback, it just throws.
The text was updated successfully, but these errors were encountered: