Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedder API for continuations #112

Open
dhil opened this issue Feb 21, 2024 · 1 comment
Open

Embedder API for continuations #112

dhil opened this issue Feb 21, 2024 · 1 comment

Comments

@dhil
Copy link
Member

dhil commented Feb 21, 2024

Implementing an interface for continuations in the wasmtime crate would enable us to use continuation-y things in an embedded context.

@dhil
Copy link
Member Author

dhil commented Apr 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant