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

Commits on Aug 29, 2024

  1. Make the Wasmtime CLI use async

    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 and alexcrichton committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c349e33 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    fitzgen committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f8a8ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e77250 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c69baef View commit details
    Browse the repository at this point in the history
  5. Fix warning

    fitzgen committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9176d07 View commit details
    Browse the repository at this point in the history