Commits
User selector
Commit History
Commits on Jan 19, 2021
Remove redundant zero'ing of pthread fields. NFC. (#13273)
Show description for 4b78241authored
Commits on Jan 14, 2021
Initial support for pthreads + dynamic linking (#13245)
Show description for 5ee8fe3authoredDo not process main thread queued calls while returning a worker to the pool (#13233)
Show description for 428f33aauthored
Commits on Jan 7, 2021
Commits on Jan 5, 2021
Fix a couple of issues with `--thread-profiles` (#13171)
Show description for 1d37d6fauthoredFix USE_OFFSET_CONVERTER + pthreads + O2 (#13183)
Show description for 9d7ba1bauthored
Commits on Jan 3, 2021
Remove duplicate field from JS-side pthread object. NFC. (#13172)
Show description for 51cb3abauthored
Commits on Dec 16, 2020
Reduce minmal pthread dependencies (#13048)
Show description for b42b590authored
Commits on Dec 14, 2020
Commits on Dec 11, 2020
Remove defunct PThread.initShared. NFC. (#13008)
Show description for 4b343e0authored
Commits on Dec 3, 2020
Build C11 thread API function in libpthread (#9243)
Show description for 3c48bfeauthored
Commits on Dec 2, 2020
- authored
Fix JS pthreads proxying + WASM_BIGINT (#12935)
Show description for 68af137authoredOptimize makeDynCall to use dynCall_xx function directly where needed (#12741)
Show description for 496967eauthored
Commits on Dec 1, 2020
Remove PThread.mainThreadBlock. NFC. (#12917)
Show description for 45aa70cauthored
Commits on Nov 30, 2020
Remove pid field from internal pthread struct (#12916)
Show description for 7af5be6authored
Commits on Nov 29, 2020
Consistent use of `err()` in library code (#12902)
Show description for dfb6fdaauthored
Commits on Nov 26, 2020
Remove 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
Remove unused JS var from pthread_detach. NFC (#12860)
Show description for aeecd77authored
Commits on Nov 23, 2020
Remove parentThreadId JavaScript global. NFC. (#12864)
Show description for 75db0fbauthoredRemove redundant selfThreadId and threadInfoStruct JavaScript global (#12853)
Show description for 285f8a8authored
Commits on Nov 22, 2020
Move pthread TLS state native code using wasm globals (#12839)
Show description for 5d3268fauthored
Commits on Nov 20, 2020
Remove some dead pthread code (#12841)
Show description for 119980fauthored
Commits on Nov 5, 2020
Fix parsing of JS library pre-processor directives (#12702)
Show description for 8edff9bauthored
Commits on Oct 29, 2020
Move emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthored
Commits on Oct 5, 2020
Fix embind failing in workers when STACK_OVERFLOW_CHECK is enabled (#12366)
Show description for 59421d2authored
Commits on Oct 2, 2020
Commits on Oct 1, 2020
Simply handling of exported native globals (namedGlobals) (#12371)
Show description for 66d7b8cauthored
Commits on Sep 24, 2020
Fix a rare pthreads main thread deadlock that worsened in 2.0.2 (#12318)
Show description for 0014175authored
Commits on Sep 23, 2020
Clean up pthread startup code (NFC) (#12308)
Show description for 488e0e8authored
Commits on Sep 16, 2020
Remove DYNAMIC_BASE setting and JavaScript global (#12188)
Show description for e156f1aauthored
Commits on Sep 8, 2020
Remove use of WASM setting in library JS (#12122)
Show description for d5ec187authored
Commits on Sep 3, 2020
Fix pthreads stack check code (#12104)
Show description for 6c6bb02authored
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored