Closed
Description
I'm not sure if this is the correct repository to ask, but was wondering about the wasm32 atomics stabilisation. Multithreading in wasm was introduced almost 2 years ago with this blogpost, however, compiling the example still requires not only nightly rust, but also rebuilding std lib.
So I was wondering what is the current progress on wasm threads and when will we be able to use them in stable rust?