Stream: git-wasmtime

Topic: wasmtime / issue #11219 Refactor `{Stream,Future}{Reader,...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 11 2025 at 14:41):

dicej opened issue #11219:

Per https://github.com/bytecodealliance/wasmtime/pull/11127#discussion_r2192812847, https://github.com/bytecodealliance/wasmtime/pull/11127#discussion_r2192823216, etc., Alex would like to see {Stream,Future}{Reader,Writer} refactored to favor iterator over recursion, async fns over fns that return impl Future, and &mut self over self.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 11 2025 at 14:41):

dicej added the wasm-proposal:component-model-async label to Issue #11219.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2025 at 17:17):

alexcrichton assigned alexcrichton to issue #11219.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2025 at 23:09):

alexcrichton closed issue #11219:

Per https://github.com/bytecodealliance/wasmtime/pull/11127#discussion_r2192812847, https://github.com/bytecodealliance/wasmtime/pull/11127#discussion_r2192823216, etc., Alex would like to see {Stream,Future}{Reader,Writer} refactored to favor iterator over recursion, async fns over fns that return impl Future, and &mut self over self.


Last updated: Dec 06 2025 at 06:05 UTC