Is your feature request related to a problem? Please describe.
Different operating systems have different levels of support for the WinterCG specification, which needs to be listed.
Describe the solution you'd like
List the supported cases and make compatible those that can be compatible.
winterCG's system API is primarily based on asynchronous interfaces. JSPI will suspend the execution of wasm when calling the asynchronous system API which will return a promise, and will resume execution after the API promise resolves. Enable WASM to call asynchronous winterCG APIs
Is your feature request related to a problem? Please describe. Different operating systems have different levels of support for the
WinterCG specification
, which needs to be listed.Describe the solution you'd like List the supported cases and make compatible those that can be compatible.
Describe alternatives you've considered No
Additional context No