Commits
User selector
Commit History
Commits on Oct 26, 2023
Commits on Aug 24, 2023
- authored
[Wasm64] Fix creation of 64-bit memories from JS (#20111)
Show description for 0c35c4aauthored
Commits on Aug 23, 2023
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 10, 2023
WasmFS: Fix browser pthread asan test reporting (#20005)
Show description for 22eaa8fauthored
Commits on Aug 4, 2023
More emscripten_out/err use in test code. NFC (#19972)
Show description for 519986bauthored
Commits on Aug 3, 2023
Fix test_pthread_cancel after last two commits raced. NFC (#19975)
Show description for 8bb1d1bauthoredFix for async cancellation during __timedwait. NFC (#19963)
Show description for 9ad683bauthoredMake more use of emscripten_out/emscripten_err in test code. NFC (#19524)
Show description for bb233adauthored
Commits on Jul 6, 2023
Fix flaky pthread_proxying_refcount test (#19797)
Show description for 814002eauthored
Commits on May 25, 2023
Commits on Apr 21, 2023
Commits on Mar 31, 2023
Commits on Mar 28, 2023
Avoid timed waits in test_pthread_proxying_canceled_work (#19083)
Show description for a22b02fauthored
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 6, 2023
[Proxying] Add proxying functions that return promises (#18825)
Show description for 5a8a8ddauthored
Commits on Mar 2, 2023
[Proxying] Add `emscripten_proxy_callback_with_ctx` (#18810)
Show description for db51a47authored
Commits on Mar 1, 2023
[Proxying] Update proxying with callback to support cancellation (#18776)
Show description for 4589faaauthored[Proxying] Cancel proxied work when the worker thread dies (#18741)
Show description for 168dafbauthored[Proxying] Send messages via in-memory mailbox queues (#18852)
Show description for 3442cdaauthored
Commits on Feb 28, 2023
[Proxying][NFC] Move deferred cleanup logic to `em_task_queue` (#18851)
Show description for ad1dfd7authoredRename emscripten_main_browser_thread_id to emscripten_main_runtime_thread_id. NFC (#18872)
Show description for f641d74authored
Commits on Feb 18, 2023
Track runtime keepalive status even when EXIT_RUNTIME=0 (#18785)
Show description for 0c2f589authored
Commits on Feb 15, 2023
[Wasm64] Add support for threads (#18705)
Show description for 009c171authored
Commits on Feb 10, 2023
Commits on Feb 9, 2023
Commits on Feb 1, 2023
dylink: Add test for relocations within the TLS data (#18641)
Show description for c542681authored
Commits on Dec 19, 2022
[Proxying] Pass a result to the callback (#18404)
Show description for 6988f7aauthored
Commits on Dec 14, 2022
Don't implicitly exit the main thread in PROXY_TO_PTHREAD mode (#18372)
Show description for 82c9cd7authored
Commits on Dec 13, 2022
Fix infinite wait bug in test_pthread_proxying_cpp.cpp (#18358)
Show description for c17542fauthored
Commits on Dec 10, 2022
[Proxying] Add `emscripten_proxy_async_with_callback` (#18350)
Show description for c0ce6d7authored
Commits on Nov 28, 2022
Reduce default stack size from 5Mb to 64Kb (#18191)
Show description for 157fcd4authored