Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement wasm-threads (atomics) proposal #155

Open
titzer opened this issue Feb 28, 2024 · 0 comments
Open

Implement wasm-threads (atomics) proposal #155

titzer opened this issue Feb 28, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@titzer
Copy link
Owner

titzer commented Feb 28, 2024

The WebAssembly Threads proposal introduces a set of ~67 bytecodes that perform atomic operations on memory. Though still at Phase 3, this proposal has been implemented in Web browsers and is effectively finished. Wizard should implement these atomic operations, which primarily involves work in the execution tiers. Currently, Wizard already has placeholders for the opcodes in his large Opcode enum--thus work is already scoped.

@titzer titzer added the help wanted Extra attention is needed label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant