nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
225 stars 49 forks source link

win: add S_ISFIFO macro #207

Closed santigimeno closed 1 year ago

santigimeno commented 1 year ago

Needed now that libuv is setting the mode correctly for named pipes.

Refs: https://github.com/libuv/libuv/pull/3811

cjihrig commented 1 year ago

Released as v0.0.18. The Node.js update PR is at https://github.com/nodejs/node/pull/47866