emscripten_atomic_cas_u32

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(ECSEmscripten)
extern (C) @nogc nothrow pure
uint
emscripten_atomic_cas_u32
(
void* addr
,
uint oldVal
,
uint newVal
)

Meta