Stream: git-wasmtime

Topic: wasmtime / PR #14018 Fix cross-component-instance streams...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2026 at 15:09):

alexcrichton opened PR #14018 from alexcrichton:fix-inter-component-stream-write to bytecodealliance:main:

The comparison key before this commit was
RuntimeComponentInstanceIndex which is a component-local index and can't be compared across component instance. The fix is to use RuntimeInstance which has the store-local component instance id plus the RuntimeComponentInstanceIndex within that instance.

<!--
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 (Jul 29 2026 at 15:09):

alexcrichton requested pchickey for a review on PR #14018.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2026 at 15:09):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2026 at 15:09):

alexcrichton requested dicej for a review on PR #14018.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2026 at 15:09):

alexcrichton unassigned pchickey from PR #14018 Fix cross-component-instance streams being flagged as intra-instance.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2026 at 15:28):

alexcrichton updated PR #14018.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2026 at 15:49):

:thumbs_up: dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2026 at 15:50):

alexcrichton added PR #14018 Fix cross-component-instance streams being flagged as intra-instance to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2026 at 16:15):

:check: alexcrichton merged PR #14018.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2026 at 16:15):

alexcrichton removed PR #14018 Fix cross-component-instance streams being flagged as intra-instance from the merge queue.


Last updated: Aug 30 2026 at 09:07 UTC