Stream: git-wasmtime

Topic: wasmtime / issue #5660 WASI randomness should not require...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2023 at 23:22):

abrown edited issue #5660:

In #5484, in order to handle mutability in the WasiCtx table, the source of randomness in wasi-common was wrapped in a Mutex. This solves the compiler errors related to mutable access of the the field, but there is surely some refactoring that avoids locking altogether.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 05:15):

alexcrichton labeled issue #5660:

In #5484, in order to handle mutability in the WasiCtx table, the source of randomness in wasi-common was wrapped in a Mutex. This solves the compiler errors related to mutable access of the the field, but there is surely some refactoring that avoids locking altogether.


Last updated: Nov 22 2024 at 16:03 UTC