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

GH-115978: Disable *readv() and *writev() on WASI #116228

Merged
merged 3 commits into from Mar 2, 2024

Commits on Mar 1, 2024

  1. pythonGH-115978: Disable *readv() and *writev() on WASI

    Wasmtime doesn't implement them in a way to pass test_posix (bytecodealliance/wasmtime#7830).
    
    This fix allows running under WASI 0.2 primitives for wasmtime.
    brettcannon committed Mar 1, 2024
    Copy the full SHA
    6694d23 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8dd3736 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bdd3952 View commit details
    Browse the repository at this point in the history