xpepermint opened issue #3630:
Hey, I try to find information on IO capabilities for WASI. I need to get chunks of data in and out in parallel or in a state machine fashion (e.g. events).
What would be a good way to achieve this?
xpepermint edited issue #3630:
Hey, I try to find information on IO capabilities for WASI. I need to get chunks of data in and out in parallel. I think of a state machine (e.g. events) or input and output channels/streams.
What would be a good way to achieve this?
xpepermint edited issue #3630:
Hey, I try to find information on IO capabilities for WASI. I need to get chunks of data in and out in parallel from a host process/app. I think of a state machine (e.g. events) or input and output channels/streams.
What would be a good way to achieve this?
xpepermint edited issue #3630:
Hey, I try to find information on IO capabilities for WASI. I need to get chunks of data in and out in parallel from a host process/app. I think of a state machine (e.g. events) or input and output channels/streams.
What would be a good way to achieve this?
xpepermint edited issue #3630:
Hey, I try to find information on IO capabilities for WASI. I need to get chunks of data in and out in parallel from a host process/app. I think of a state machine (e.g. events) or input and output channels/streams.
What would be a good way to achieve this? Does my question relate to rustix?
sunfishcode commented on issue #3630:
I don't think there any simple ways to do parallel I/O right now, however wit-bindgen is working on
async
stream support, and once that's ready, it'll likely be what you want, or a building block for the thing you want.
xpepermint commented on issue #3630:
Got it. Thanks.
xpepermint closed issue #3630:
Hey, I try to find information on IO capabilities for WASI. I need to get chunks of data in and out in parallel from a host process/app. I think of a state machine (e.g. events) or input and output channels/streams.
What would be a good way to achieve this? Does my question relate to rustix?
Last updated: Nov 22 2024 at 16:03 UTC