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

Make the Wasmtime CLI use async #9184

Merged
merged 5 commits into from
Aug 29, 2024
Merged

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Aug 29, 2024

This means that interrupting a running Wasm program will now work correctly, even when the program is blocked on I/O or waiting on a timeout or some such.

This also involved making wasi-threads async-compatible.

This means that interrupting a running Wasm program will now work
correctly, even when the program is blocked on I/O or waiting on a timeout or
some such.

This also involved making `wasi-threads` async-compatible.

Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
@fitzgen fitzgen requested review from a team as code owners August 29, 2024 16:40
@fitzgen fitzgen requested review from elliottt and removed request for a team August 29, 2024 16:40
@alexcrichton alexcrichton added this pull request to the merge queue Aug 29, 2024
Merged via the queue into bytecodealliance:main with commit 4005a81 Aug 29, 2024
37 checks passed
@fitzgen fitzgen deleted the cli-asyc branch August 29, 2024 20:33
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

Successfully merging this pull request may close these issues.

3 participants