Commits
User selector
Commit History
Commits on Apr 22, 2023
Make Node.js pthreads behavior in line with native (#19073)
Show description for 9757ac1authored
Commits on Apr 14, 2023
Remove redundant Node worker listener. NFC (#19178)
Show description for ef15cbbauthored
Commits on Apr 1, 2023
Auto-generate signatures for pthread-related functions. NFC (#19112)
Show description for 18e0fadauthored
Commits on Mar 20, 2023
Use new cDefs proxy object rather than cDefines function. NFC (#19015)
Show description for 385e037authored
Commits on Mar 9, 2023
Mark USE_PTHREADS as legacy. NFC (#18923)
Show description for d24f3caauthored
Commits on Mar 8, 2023
[Proxying] Use Atomics.waitAsync to receive proxying notifications (#18861)
Show description for db28eecauthoredSwitch from `-sUSE_PTHREAD` to the standard `-pthread`. NFC (#18917)
Show description for 3907ae1authored
Commits on Mar 7, 2023
Make emscripten_check_blocking_allowed() a no-op in release builds (#18871)
Show description for 1291dacauthored
Commits on Mar 1, 2023
[Proxying] Update proxying with callback to support cancellation (#18776)
Show description for 4589faaauthored[Proxying] Send messages via in-memory mailbox queues (#18852)
Show description for 3442cdaauthored
Commits on Feb 28, 2023
Rename emscripten_main_browser_thread_id to emscripten_main_runtime_thread_id. NFC (#18872)
Show description for f641d74authored
Commits on Feb 27, 2023
Remove IN_TEST_HARNESS setting (#18862)
Show description for d20f8c4authored
Commits on Feb 18, 2023
Avoid calling `process.exit` under node (#18754)
Show description for fa339b7authoredTrack runtime keepalive status even when EXIT_RUNTIME=0 (#18785)
Show description for 0c2f589authored
Commits on Feb 17, 2023
Use keepalive push/pop in PROXY_TO_PTHREAD mode (#18778)
Show description for 7f7a5f3authored
Commits on Feb 16, 2023
Ignore messages from terminated workers (#18761)
Show description for db35f20authored
Commits on Feb 15, 2023
[Wasm64] Add support for threads (#18705)
Show description for 009c171authored
Commits on Feb 11, 2023
Commits on Feb 8, 2023
Don't free active pthread data during terminateAllThreads (#18676)
Show description for 2188869authored
Commits on Feb 5, 2023
Audio Worklets (#16449)
Show description for 5402fc9authored
Commits on Feb 4, 2023
Block in dlopen until all threads have loaded the module (#18376)
Show description for 44b2c2aauthored
Commits on Feb 3, 2023
[Proxying][NFC] Encapsulate task queue notification logic (#18653)
Show description for 0ced16eauthored
Commits on Feb 1, 2023
dylink: Add test for relocations within the TLS data (#18641)
Show description for c542681authored
Commits on Jan 31, 2023
__pthread_create_js: Only conditionally mark as "noleakcheck" (#18636)
Show description for eec72cfauthored
Commits on Jan 27, 2023
Enable `dbg()` helper function whenever `ASSERTIONS` are enabled (#18616)
Show description for 3b3d791authored
Commits on Jan 15, 2023
Minor cleanups to generated JS output. NFC (#18493)
Show description for fa1abe4authored
Commits on Dec 13, 2022
Separate dlopen_async callback data from dso struct. NFC (#18361)
Show description for 6b71809authoredAllow pthreads on Node.js without a pthread pool (#18305)
Show description for 73eaf81authored
Commits on Dec 12, 2022
Don't error on STANDALONE_WASM + USE_PTHREADS (#18355)
Show description for ad41934authored- authored
Commits on Dec 11, 2022
Extract a loadWasmModuleToAllWorkers helper. NFC (#18303)
Show description for f80f0f9authored
Commits on Dec 3, 2022
Avoid exporting malloc/free in all pthreads builds. NFC (#18299)
Show description for ecedbfaauthored
Commits on Dec 2, 2022
Commits on Nov 18, 2022
Prevent idle Workers from keeping Node.js app alive (#18227)
Show description for a9cbf47authored