Commits
User selector
Commit History
Commits on Apr 21, 2023
Commits on Apr 12, 2023
Implement `emscripten_promise_race` in promise.h (#19154)
Show description for 47cb9c6authoredImplement `emscripten_promise_any` in promise.h (#19153)
Show description for 3c5bac9authored
Commits on Apr 11, 2023
Implement `emscripten_promise_all_settled` in promise.h (#19152)
Show description for dfbf6a8authored
Commits on Mar 20, 2023
Fix a few signature that were using `long` types. NFC (#18998)
Show description for 0f494e6authored
Commits on Mar 17, 2023
Fix __sig attributes that had the wrong length (#18990)
Show description for 36eb862authored
Commits on Mar 9, 2023
Fix external useage of EM_JS function (#18928)
Show description for 8d041baauthored
Commits on Mar 8, 2023
Switch from `-sUSE_PTHREAD` to the standard `-pthread`. NFC (#18917)
Show description for 3907ae1authored
Commits on Mar 7, 2023
More nonnull directives (#18912)
Show description for 4c30efcauthoredJSPI - Support async embind function bindings. (#18847)
Show description for 7ff81dfauthoredembind: _emval_throw is noreturn (#18903)
Show description for 4242abaauthored
Commits on Mar 6, 2023
[Proxying] Add proxying functions that return promises (#18825)
Show description for 5a8a8ddauthoredAdd use of Clang __attribute__((nonnull)) in Emscripten system headers. (#16545)
Show description for 5441b40authored- authored
Commits on Mar 3, 2023
[docs] Add docs for stack.h (#18877)
Show description for e66f0e7authored
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
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 10, 2023
Add emscripten_dlopen_promise API (#18662)
Show description for 3512eddauthored
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 Jan 31, 2023
[Promise] Add a C API for promises (#18598)
Show description for 7a0a060authored
Commits on Jan 29, 2023
Add native wrapper for `dbg()` JS function (#18619)
Show description for 801e663authored
Commits on Jan 23, 2023
Remove unused (and unusable) emscripten_sync_run_in_main_thread API. (#18580)
Show description for d62a2b9authored
Commits on Jan 12, 2023
Remove custom `alarm` impl in favor of lower level itimer syscalls (#18416)
Show description for aef3f83authored
Commits on Dec 21, 2022
Commits on Dec 19, 2022
[Proxying] Pass a result to the callback (#18404)
Show description for 6988f7aauthored
Commits on Dec 17, 2022
Add API for creating promises based on native wasm functions (#18392)
Show description for bb265ceauthored[Wasm64] Fix emscripten_set_timeout and friends (#18393)
Show description for 0f04806authored
Commits on Dec 13, 2022
[Proxying] Abort if a callback cannot be scheduled (#18363)
Show description for 06883a4authored[Proxying][Docs] Improve the docs for proxying with callback (#18359)
Show description for 941884aauthored
Commits on Dec 10, 2022
[Proxying] Add `emscripten_proxy_async_with_callback` (#18350)
Show description for c0ce6d7authored
Commits on Nov 30, 2022
Remove declaration of undefined function __getDynamicPointerType. NFC (#18271)
Show description for 02cc1eeauthored
Commits on Nov 28, 2022
[WasmFS] Fix a deadlock on ProxyWorker creation (#18229)
Show description for bdbf777authored