Stream: git-wasmtime

Topic: wasmtime / issue #5718 wasi: support opening with FdFlags...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2023 at 18:58):

github-actions[bot] commented on issue #5718:

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:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Feb 07 2023 at 18:42):

pchickey commented on issue #5718:

@sunfishcode it appears that while we can set these flags on windows, we cant read them back. I can either add another cheat, er, "config" to the tests to ignore the readback. If the windows filesystem behaves like these flags request, we can add cfg(windows) code to wasi-common that stores these flags alongside the File so they are available for readback. That option is more complex, and I don't know whether it is worth it right now.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 08 2023 at 03:30):

pchickey commented on issue #5718:

Dan and I talked this over this afternoon and I'm going to drop this patch since there is no way to implement any flag except dsync on windows, and also, since none of these flags were supported previously, we are going to make a request to wasi-filesystem to drop them from preview 2 and defer these sort of behaviors to later


Last updated: Nov 22 2024 at 16:03 UTC