Stream: git-wasmtime

Topic: wasmtime / PR #12878 Fix a panic in `Bytes{,Mut}` `Stream...


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

alexcrichton opened PR #12878 from alexcrichton:bytes-stream-producer to bytecodealliance:main:

This commit fixes the logic of these impls to match the Vec-style blocks to relinquish the entire buffer to Wasmtime immediately. This fixes an issue where split_off is called with too large a value which can panic.

<!--
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:11):

alexcrichton requested dicej for a review on PR #12878.

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

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

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

alexcrichton requested wasmtime-default-reviewers for a review on PR #12878.

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 #12878.

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

dicej submitted PR review.

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

alexcrichton added PR #12878 Fix a panic in Bytes{,Mut} StreamProducer impls to the merge queue.

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

alexcrichton merged PR #12878.

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

alexcrichton removed PR #12878 Fix a panic in Bytes{,Mut} StreamProducer impls from the merge queue.


Last updated: Apr 12 2026 at 23:10 UTC