Skip to content

Fix Embind + Asyncify - #12273

Merged
kripken merged 1 commit into
emscripten-core:masterfrom
kleisauke:embind-asyncify
Sep 18, 2020
Merged

Fix Embind + Asyncify#12273
kripken merged 1 commit into
emscripten-core:masterfrom
kleisauke:embind-asyncify

Conversation

@kleisauke

Copy link
Copy Markdown
Collaborator

PR #12150 assumed that we could always fallback to direct wasm table
calls, but this is not yet compatible for Asyncify.

Resolves: #12239.

PR emscripten-core#12150 assumed that we could always fallback to direct wasm table
calls, but this is not yet compatible for Asyncify.
@kripken
kripken merged commit d04e0be into emscripten-core:master Sep 18, 2020
@kripken

kripken commented Sep 18, 2020

Copy link
Copy Markdown
Member

Thanks for the quick fix @kleisauke !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeError: start is not a function when using emscripten_sleep() and asyncify

3 participants