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_unwindasyncify_stop_unwindcan be called thereasyncify_start_rewindand call the exported function againasyncify_stop_rewindand return to WASMIs my mental model correct?
Beta Was this translation helpful? Give feedback.
All reactions