WebAssembly / wasi-libc

WASI libc implementation for WebAssembly
https://wasi.dev
Other
812 stars 188 forks source link

wasip2 support for `close`, `poll`, `pselect` #486

Closed dicej closed 2 months ago

dicej commented 2 months ago

This enables wasm32-wasip2 support for close, poll, and pselect. I cheated a bit for the latter by re-implementing pselect in terms of poll to avoid having to implement wasip2 versions of both.