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 #161 I noticed that part of the coredump facility makes use of the embedder API. Currently, we hack around the lack of embedder support for continuation by mapping them to funcrefs. Though, it would be good to have bespoke support for continuations to avoid unpleasant surprises.
Implementing an interface for continuations in the wasmtime crate would enable us to use continuation-y things in an embedded context.
The text was updated successfully, but these errors were encountered: