github-actions[bot] commented on issue #5244:
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>
bjorn3 commented on issue #5244:
It does reduce quality when forking processes or entire vm's. For cloning vm's acpi allows the virtual machine monitor to tell the vm that a clone has happened, which on linux causes the system csprng to be reseeded. See https://lwn.net/Articles/887207/
alexcrichton commented on issue #5244:
Wasmtime hasn't really been written for fork-safety, and otherwise fork-safety seems like it would be part of the
rand
orcap-rand
crate, if anything, so I'm going to go ahead and merge this.
Last updated: Nov 22 2024 at 16:03 UTC