Stream: git-wasmtime

Topic: wasmtime / PR #7441 Fix writes being flushed to stdio


view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 15:27):

alexcrichton opened PR #7441 from alexcrichton:fix-flush to bytecodealliance:main:

This commit fixes an accidental issue with writing to stdout with the wasi-common implementation where writes were line-buffered by the Rust standard library rather than being flushed out immediately as WASI semantics required.

Closes #7437

<!--
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 (Nov 01 2023 at 15:27):

alexcrichton requested fitzgen for a review on PR #7441.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 15:27):

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 16:33):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 16:33):

fitzgen has enabled auto merge for PR #7441.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 17:45):

alexcrichton updated PR #7441.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 18:54):

fitzgen merged PR #7441.


Last updated: Oct 23 2024 at 20:03 UTC