Stream: git-wasmtime

Topic: wasmtime / PR #6906 Avoid spawn_blocking and poll and asy...


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

sunfishcode opened PR #6906 from sunfishcode:sunfishcode/no-spawn-blocking to bytecodealliance:main:

Replace the Unix-specific AsyncFd and Windows poll code using tokio::net::TcpStream.

prtest:full

<!--
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 (Aug 24 2023 at 20:55):

sunfishcode requested alexcrichton for a review on PR #6906.

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

sunfishcode requested wasmtime-core-reviewers for a review on PR #6906.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 24 2023 at 20:58):

elliottt submitted PR review:

Thanks for making this change! It'll make adapting the stream changes much easier to have the underlying state holding a tokio::net::TcpStream :)

view this post on Zulip Wasmtime GitHub notifications bot (Aug 24 2023 at 21:05):

sunfishcode updated PR #6906.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 24 2023 at 22:37):

sunfishcode merged PR #6906.


Last updated: Oct 23 2024 at 20:03 UTC