Stream: git-wasmtime

Topic: wasmtime / PR #12881 Fix state of futures/streams after c...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 08:13):

alexcrichton requested dicej for a review on PR #12881.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 08:13):

alexcrichton requested wasmtime-core-reviewers for a review on PR #12881.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 08:13):

alexcrichton opened PR #12881 from alexcrichton:fix-future-stream-cancellation-state to bytecodealliance:main:

This fixes two related but distinct issues with respect to delivering events to stream/future handles. First when delivering an event to a future or a stream the shared code is now more unified into one path. This fixes an issue with futures where they would always have done flagged as false accidentally. This then fixes an additional issue where this on_delivery function wasn't invoked when futures/streams had their operations cancelled.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 08:56):

alexcrichton updated PR #12881.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 11:03):

github-actions[bot] added the label wasmtime:api on PR #12881.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 14:13):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 15:01):

alexcrichton added PR #12881 Fix state of futures/streams after cancellation to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 17:34):

alexcrichton merged PR #12881.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 17:34):

alexcrichton removed PR #12881 Fix state of futures/streams after cancellation from the merge queue.


Last updated: Apr 12 2026 at 23:10 UTC