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
My app runs core async code on C++ (using web assembly). I want to call a c++ async function (returns Defer) from js . I can bind Data types such that js understands (using emscripten embind). Is there something like Defer.status so that my js code can know till when it should wait
The text was updated successfully, but these errors were encountered:
My app runs core async code on C++ (using web assembly). I want to call a c++ async function (returns Defer) from js . I can bind Data types such that js understands (using emscripten embind). Is there something like Defer.status so that my js code can know till when it should wait
The text was updated successfully, but these errors were encountered: