Stream: git-wasmtime

Topic: wasmtime / issue #12090 Cannot cancel a host-initiated re...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 26 2025 at 02:54):

alexcrichton opened issue #12090:

Currently there's no API to, given a FutureReader, perform a read and then cancel that read to get back the original FutureReader.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 26 2025 at 02:54):

alexcrichton added the wasm-proposal:component-model-async label to Issue #12090.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 26 2025 at 21:58):

alexcrichton commented on issue #12090:

I'm realizing this is also applicable to streams. Another case that's not currently possible with streams is to read some items and then pass the stream back into wasm. Once a host starts reading a stream it can't stop at this time.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 03 2025 at 20:27):

alexcrichton commented on issue #12090:

To articulate this a bit more now that I've got more experience: here's a set of relate things you can't do with the current API:


Last updated: Dec 06 2025 at 06:05 UTC