emscripten function that uses ASYNCIFY returns to Javascript before completion

后端 未结 0 497
别那么骄傲
别那么骄傲 2021-01-23 07:25

I have a computationally intensive WASM C function that uses ASYNCIFY to send status updates to the DOM:

EM_JS(void, updateStatus, (int number), {
  Asyncify.hand         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题