This and the sockets calls (which might be going away from WASI anyway) are the only completely unimplemented calls.
I'm still trying to figure out the best way forward here. From what I can tell, this is a synchronous call, so I'm not sure that uv_poll_t can be used.
Also, as @saghul pointed out in nodejs/wasi#21 (comment), polling non-sockets on Windows could be an issue.
This and the sockets calls (which might be going away from WASI anyway) are the only completely unimplemented calls.
I'm still trying to figure out the best way forward here. From what I can tell, this is a synchronous call, so I'm not sure that
uv_poll_tcan be used.Also, as @saghul pointed out in nodejs/wasi#21 (comment), polling non-sockets on Windows could be an issue.