rust/library
Andrew Brown 9530ba0fe2 Implement env_lock with RwLock
Copying the approach of the Unix target, this change uses the standard
`RwLock` to protect against concurrent access of libc's environment.
This locking is only enabled when WebAssembly's `atomics` feature is
also enabled.
2022-10-10 09:01:42 -07:00
..
2022-09-02 16:09:58 -04:00
2022-06-03 17:16:41 -04:00
2022-10-10 09:01:42 -07:00
2022-09-15 13:05:28 -04:00