WebAssembly / WebAssembly/binaryen
Waitqueue / waitqueue ref support in Binaryen
Open
@stevenfontanella is already working on this.
Since Feb 12, 2026.
- Dominant language
- WebAssembly
- Stars
- 8.6k
- Forks
- 885
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 69
Description
From the Shared Everything Threads proposal. Also see the issue about waitqueue's representation.
- Support
struct.wait/waitqueue.waitinstruction - Support
struct.notify/waitqueue.notifyinstruction - Interpreter implementation
- Fuzzing support
- C + JS API
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.