[Wasm R2R] directly call the async resumption stub
Open
arch-wasm
area-CodeGen-coreclr
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.