nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

src: add initial poll_oneoff() implementation #117

Closed cjihrig closed 4 years ago

cjihrig commented 4 years ago

The implementation is currently limited by what uv_poll_t's support.

Fixes: https://github.com/cjihrig/uvwasi/issues/12

Tested in the context of Node.js with a CI run.