Stream: git-wasmtime

Topic: wasmtime / PR #6258 Fix `poll_oneoff`'s handling of non-r...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 20 2023 at 23:37):

sunfishcode opened PR #6258 from sunfishcode:sunfishcode/update-system-interface to bytecodealliance:main:

poll_oneoff uses system_interface::ReadReady to compute how many bytes are ready to be read, which is part of the Preview1 poll_oneoff API. This updates to system-interface 0.25.7 which has a fix to handle special files such as /dev/urandom and /dev/null properly.

Fixes #6239.

<!--
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 (Apr 20 2023 at 23:37):

sunfishcode requested abrown for a review on PR #6258.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 20 2023 at 23:37):

sunfishcode requested wasmtime-default-reviewers for a review on PR #6258.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 20 2023 at 23:41):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 21 2023 at 01:13):

sunfishcode merged PR #6258.


Last updated: Oct 23 2024 at 20:03 UTC