abrown edited issue #5660:
In #5484, in order to handle mutability in the
WasiCtxtable, the source of randomness inwasi-commonwas 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.
alexcrichton labeled issue #5660:
In #5484, in order to handle mutability in the
WasiCtxtable, the source of randomness inwasi-commonwas 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: Jan 10 2026 at 02:36 UTC