Commits
User selector
Commit History
Commits on Feb 4, 2021
4GB emmalloc (#13258)
Show description for 5d22425authored
Commits on Jan 30, 2021
[WebGPU] Add support for new binding layout model, Update color to use doubles, Update WebGPU headers (#13266)
Show description for f825fa9andauthored
Commits on Jan 29, 2021
[UBSan] Fix infinite recursion in type_info::operator== (#13367)
Show description for 4c19197authored
Commits on Jan 25, 2021
Remove symbols for last 3 libraries that have them: gl, al, html5 (#11340)
Show description for 5d0d5cbauthored
Commits on Jan 20, 2021
Add musl update script. NFC. (#13269)
Show description for c62e44aauthored
Commits on Jan 19, 2021
Remove redundant USE_THREADS macro in system_libs.py. NFC (#13274)
Show description for a0e9b4eauthoredUse individual socket syscalls. (#13272)
Show description for d7c7aedauthoredAdd generic musl arch headers. NFC. (#13280)
Show description for 39c848cauthored
Commits on Jan 18, 2021
Fix definition of mtx_t and cond_t (#13271)
Show description for 540d3baauthoredMove emscripten-specific source files out of musl directory (#13268)
Show description for 4df8093authoredImprove error message when check for multiple of page size (#13279)
Show description for 0e92f93authored
Commits on Jan 14, 2021
Do not process main thread queued calls while returning a worker to the pool (#13233)
Show description for 428f33aauthored
Commits on Jan 11, 2021
- authored
Restore orginal file layout for musl and libcxx. NFC. (#13154)
Show description for dee59baauthored
Commits on Jan 10, 2021
Build a complete sysroot in the cache directory (#13090)
Show description for 298b2afauthored
Commits on Jan 7, 2021
Enable asan pthread tests (#13182)
Show description for 5e1fda9authored- authored
Commits on Dec 24, 2020
Update libunwind to 11.0.0 (#13098)
Show description for 6568157authored- authored
Commits on Dec 16, 2020
Reduce minmal pthread dependencies (#13048)
Show description for b42b590authored
Commits on Dec 15, 2020
Followup on proxy_main cleanup (#13034)
Show description for 0f29880authored
Commits on Dec 14, 2020
Cleanup proxy_main (#13021)
Show description for de12acdauthoredpthread_key_create: Allocate enough memory per entry (#13015)
Show description for 3a41279authored
Commits on Dec 3, 2020
Build C11 thread API function in libpthread (#9243)
Show description for 3c48bfeauthored
Commits on Dec 2, 2020
Fix JS pthreads proxying + WASM_BIGINT (#12935)
Show description for 68af137authored
Commits on Nov 30, 2020
Remove pid field from internal pthread struct (#12916)
Show description for 7af5be6authored
Commits on Nov 26, 2020
Fix UAF in test_pthread_run_on_main_thread_flood (#12888)
Show description for 1765ab5authoredRemove PThread.mainThreadFutex from JavaScript. NFC (#12887)
Show description for a26bc33authored
Commits on Nov 25, 2020
Move more of library_pthread_stub.js to native code. (#12848)
Show description for 58f0b4bauthored
Commits on Nov 24, 2020
Unify usleep and nanosleep implemenations (#12872)
Show description for b7f9e57authored
Commits on Nov 23, 2020
Use musl's pthhread_self.c. NFC. (#12856)
Show description for cb8027fauthored
Commits on Nov 22, 2020
Remove non-atomic musl helpers. NFC. (#12858)
Show description for ba9f9e9authoredMove pthread TLS state native code using wasm globals (#12839)
Show description for 5d3268fauthored
Commits on Nov 20, 2020
Move trivial pthread stubs to native code (#12840)
Show description for be50706authoredUse shared emscripten_atomic.c code even in single threaded builds (#12838)
Show description for d27ee03authored