Asyncify example? #6399
Unanswered
tareksander
asked this question in
Q&A
Replies: 1 comment
-
Yes, that sounds right. The details here may be helpful: https://kripken.github.io/blog/wasm/2019/07/16/asyncify.html You can also walk through the modified code from a simple example to get a feel for things. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I haven't found an example for asyncify except the documentation, is this the correct order of things?
asyncify_start_unwind
asyncify_stop_unwind
can be called thereasyncify_start_rewind
and call the exported function againasyncify_stop_rewind
and return to WASMIs my mental model correct?
Beta Was this translation helpful? Give feedback.
All reactions