Allow using virtual files for stdin/out/err#1636
Allow using virtual files for stdin/out/err#1636CryZe wants to merge 1 commit intobytecodealliance:masterfrom
Conversation
Subscribe to Label Actioncc @kubkon DetailsThis issue or pull request has been labeled: "wasi"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
|
Hmm, I think this might be a potential duplicate of #1600. |
|
Oh, you are right, that is indeed seemingly solving the same problem. Feel free to close this one then if the (apparently much more complex) approach there is the better long term one. |
I think we should hold off with the decision until there's a decision about #1561. If that one lands, then given all the design changes introduced to |
|
Looks like #1561 did land. |
This adds the ability to use virtual files not only for the file system in WASI, but also for stdin, stdout and stderr.
5fd49af to
6ff3a9b
Compare
This adds the ability to use virtual files not only for the file system in WASI, but also for stdin, stdout and stderr.