github-actions[bot] commented on Issue #2070:
Subscribe to Label Action
cc @kubkon
<details>
This issue or pull request has been labeled: "wasi"Thus the following users have been cc'd because of the following labels:
- kubkon: wasi
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
kubkon commented on Issue #2070:
@ueno the failure on Windows looks...weird. I can help out here with debugging, but won't be able to look at this until evening today.
ueno commented on Issue #2070:
@ueno the failure on Windows looks...weird. I can help out here with debugging, but won't be able to look at this until evening today.
I suspect that this is because on Windows
fd_pwritereturns after writing each iovec, as I see the similar behavior infd_pread.
Let me try to callfd_pwritein a loop to ensure that everything is written.
kubkon commented on Issue #2070:
@ueno the failure on Windows looks...weird. I can help out here with debugging, but won't be able to look at this until evening today.
I suspect that this is because on Windows
fd_pwritereturns after writing each iovec, as I see the similar behavior infd_pread.
Let me try to callfd_pwritein a loop to ensure that everything is written.FWIW, if this is the case, we should probably unify the interface in WASI though. I'm happy for us to do this in a subsequent PR so that we don't block virtfs fixes and improvements in this one though.
Last updated: Dec 06 2025 at 06:05 UTC