Following the shared everything threads proposal, Wasm will add support for relaxed atomic memory operations with a new memory ordering for acquire/release in addition to the existing sequentially consistent mode.
We should add support for reading/writing the new memory orderings. For now, this won't affect our optimizations; we will conservatively treat acquire/release memory operations the same as sequentially consistent.