Luuk de Gram ea0d4c8377
std: implement Futex for WebAssembly
Implements std's `Futex` for the WebAssembly target using Wasm's
`atomics` instruction set. When the `atomics` cpu feature is disabled
we emit a compile-error.
2023-06-26 20:00:57 +02:00
..
2023-06-20 10:56:23 -07:00
2023-06-26 20:00:57 +02:00