chakra-core / chakra-core/ChakraCore
WASM - Threads (1m)
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/WebAssembly/threads
[Overview](https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md)
- [ ] Atomic Operations
- [x] [load/store](https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md#loadstore)
- [ ] [RMW](https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md#read-modify-write)
- [ ] [Compare-Exchange](https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md#compare-exchange)
- [ ] [Wait & Wake](https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md#wait-and-wake-operators)
- [x] SharedArrayBuffer
- [ ] Acquire lock on grow memory for shared memory?
- [ ] Verify memory initialization order respect spec
Contributor guide
Assessment
This issue has not been assessed yet.