Stream: git-wasmtime

Topic: wasmtime / PR #13105 Clean up helper task in `AsyncReadSt...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 22:31):

alexcrichton opened PR #13105 from alexcrichton:cleanup-task-faster to bytecodealliance:main:

The previous implementation would hit EOF on the input object, then hit EOF again, and then block on sending a value over the channel. There's no need for the task to stick around and infinitely generate EOF messages, however, so exit the task as soon as the first EOF is hit and a message is sent.

This was originally submitted as #13061 but then closed without any further communication. Nevertheless this seems like a prudent issue to fix.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 22:31):

alexcrichton requested wasmtime-wasi-reviewers for a review on PR #13105.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 22:36):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 22:41):

alexcrichton has enabled auto merge for PR #13105.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 22:43):

alexcrichton added PR #13105 Clean up helper task in AsyncReadStream faster to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 23:07):

alexcrichton merged PR #13105.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 23:07):

alexcrichton removed PR #13105 Clean up helper task in AsyncReadStream faster from the merge queue.


Last updated: May 03 2026 at 22:13 UTC