alexcrichton requested pchickey for a review on PR #11052.
alexcrichton opened PR #11052 from alexcrichton:serve-share-state-in-handles to bytecodealliance:main:
This commit fixes an issue where when multiple independent stdio handles were acquired they would share different states about whether a prefix was necessary or not which could lead to confusing output. This commit fixes the log streams of
wasmtime serveto share state amongst the various handles created by putting internal state into anArcand mutating it behind the scenes in the implementation.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested wasmtime-core-reviewers for a review on PR #11052.
pchickey submitted PR review.
alexcrichton updated PR #11052.
alexcrichton has enabled auto merge for PR #11052.
alexcrichton merged PR #11052.
Last updated: Dec 06 2025 at 06:05 UTC