Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
The POSIX functionspreadv(),readv(),pwritev(), andwritev() don't work as expected underWASI 0.2 on wasmtime. Since there are no plans to change that as their semantics are still POSIX-compliant, we should turn them off for WASI viahttps://github.com/python/cpython/blob/main/Tools/wasm/config.site-wasm32-wasi .
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other