abrown opened issue #5660:
In #5484, in order to handle mutability in the
WasiCtx
table, the source of randomness inwasi-common
was wrapped in aMutex
. 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