Stream: git-wasmtime

Topic: wasmtime / PR #14181 Limit buffered writes in http/files


view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2026 at 15:37):

alexcrichton opened PR #14181 from alexcrichton:limit-writes to bytecodealliance:main:

This commit adds limits to the amount of data buffered from a guest on the host when guests write to WASIp3 streams for files and http bodies. This ensures that the guest can't control how much is allocated on the host, for example, but rather it's limited to a fixed amount.

<!--
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 review the Bytecode Alliance's AI tool usage policy at
https://github.com/bytecodealliance/governance/blob/main/AI_TOOL_POLICY.md

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 (Aug 20 2026 at 15:37):

alexcrichton requested rvolosatovs for a review on PR #14181.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2026 at 15:37):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2026 at 15:37):

alexcrichton requested pchickey for a review on PR #14181.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2026 at 15:37):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2026 at 15:42):

:thumbs_up: pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2026 at 15:45):

alexcrichton updated PR #14181.

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

alexcrichton has enabled auto merge for PR #14181.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2026 at 15:55):

alexcrichton added PR #14181 Limit buffered writes in http/files to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2026 at 16:23):

:check: alexcrichton merged PR #14181.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2026 at 16:23):

alexcrichton removed PR #14181 Limit buffered writes in http/files from the merge queue.


Last updated: Aug 30 2026 at 09:07 UTC