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
In order to call async functions, instances of the AsyncFunctionPointer
struct must be used. If those functions are exported from a module, the
AsyncFunctionPointer by means of which the function is to be called must
be exported as well.
For now, the symbol is exported by manually appending the relevant
suffix to the mangled name of the function.
0 commit comments