Mutex occasionally crashes when executing within WASM programs
Open
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
Description
When using sync::Mutex in a program that also has wasm bindings the WASM version will occasionally crash due to a usage of "time". Is there any way to make this feature compatible with WASM? I understand that this feature is probably out of scope for async-std, but just wanted to check and see before I have platform specific versions.
Contributor guide
Assessment
This issue has not been assessed yet.