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 the initial runtime async PR for Wasm (#131167) we use the general call mechanism for invoking the resumption stub. On other platforms we emit a direct call to ensure that the resumption stub comes from a matching IL version of the method.
In the initial runtime async PR for Wasm (#131167) we use the general call mechanism for invoking the resumption stub. On other platforms we emit a direct call to ensure that the resumption stub comes from a matching IL version of the method.