You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micro-optimize access to emscripten_memcpy_big: moving return stateme…
…nt to wasm side saves 6 bytes (reduces JS code by 9 bytes, increases wasm code by only 3 bytes)
Implement Musl's atomic primitives for wasm backend (emscripten-core#……7594)
Use clang's C11 atomic builtins instead of the emscripten-specific functions.
Keep the emscripten versions, but just use them for fastcomp.