You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like that the nodejs fs module lacks support for creating fifos (nodejs/node#38344).
The NODERAWFS implementation of the mknod function calls the fs.writeFileSync function which causes the file to be created instead of a fifo.
From what I understand, it will not be possible to create fifo pipes until support for this has been added to nodejs. Is that right or do I miss something?
I noticed that mkfifo and mknod both create an empty regular file instead of a fifo.
Version of emscripten/emsdk:
reproducer
The text was updated successfully, but these errors were encountered: