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 toWasiFile
implementors. So I think it is sane overall.
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:
- kubkon: wasi
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
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