Stream: git-wasmtime

Topic: wasmtime / issue #3901 feat(wasi)!: clean up `WasiFile` i...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 09 2022 at 15:13):

npmccallum commented on issue #3901:

FYI, Enarx is currently working around the lack of mutable references using interior mutability. But we'd prefer to avoid this. I can't see any reason this would be problematic for wasmtime and even if it becomes a problem, wasmtime probably wants to synchronize access to files itself and not offload this on to WasiFile implementors. So I think it is sane overall.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 09 2022 at 15:34):

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

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 (Mar 09 2022 at 17:09):

npmccallum commented on issue #3901:

@bjorn3 I split the PR into two commits and opened a separate PR (#3904) for the first commit. This way we can handle the concerns with each logical change separately.


Last updated: Nov 22 2024 at 16:03 UTC