<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in count-stdin.wat</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a4d036ca - wasi: Fix a few issues around stdin (#7063)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/tests/all/cli_tests/count-stdin.wat#a4d036ca</link>
        <description>wasi: Fix a few issues around stdin (#7063)* wasi: Fix a few issues around stdinThis commit is intended to address #6986 and some other issues relatedto stdin and reading it, notably:* Previously once EOF was reached the `closed` flag was mistakenly not  set.* Previously data would be infinitely buffered regardless of how fast  the guest program would consume it.* Previously stdin would be immediately ready by Wasmtime regardless of  whether the guest wanted to read stdin or not.* The host-side preview1-to-preview2 adapter didn&apos;t perform a blocking  read meaning that it never blocked.These issues are addressed by refactoring the code in question.Note that this is similar to the logic of `AsyncReadStream` somewhat butthat type is not appropriate in this context due to the singleton natureof stdin meaning that the per-stream helper task and per-stream bufferof `AsyncReadStream` are not appropriate.Closees #6986* Increase slop size for windows

            List of files:
            /wasmtime-44.0.1/tests/all/cli_tests/count-stdin.wat</description>
        <pubDate>Tue, 19 Sep 2023 22:49:51 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
</channel>
</rss>
