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
Is there a timeline for when the Component Model will reach stability, and for when browsers will start supporting it?
And would it be possible to polyfill the async support with the existing JS Promise integration, in case WASM runtimes are faster to implement it that browser engines?
Will the async model allow for pausing execution inside a component, e.g. to return control back to the browser event loop without having to return out of the component?