wizard-engine icon indicating copy to clipboard operation
wizard-engine copied to clipboard

Implement wasm-threads (atomics) proposal

Open titzer opened this issue 1 year ago • 0 comments

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 avatar Feb 28 '24 17:02 titzer