Stream: git-wasmtime

Topic: wasmtime / issue #3630 IO capabilities?


view this post on Zulip Wasmtime GitHub notifications bot (Dec 21 2021 at 17:10):

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?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 21 2021 at 17:12):

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?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 21 2021 at 17:13):

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?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 21 2021 at 17:14):

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?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 21 2021 at 18:03):

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?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 22 2021 at 22:50):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 23 2021 at 07:06):

xpepermint commented on issue #3630:

Got it. Thanks.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 23 2021 at 07:06):

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