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 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
Move parts of emscripten exception handling to native code. NFC (#16627)
Show description for df3a308andauthoredImplement `emscripten_promise_all_settled` in promise.h (#19152)
Show description for dfbf6a8authored
Commits on Mar 31, 2023
Commits on Mar 30, 2023
Rename allocateUTF8OnStack -> stringToNewUTF8OnStack (#19092)
Show description for cd1aaccauthored
Commits on Mar 25, 2023
HandleAllocator: Always reserve handle zero. NFC (#19065)
Show description for 376c6ffauthored
Commits on Feb 23, 2023
Add test for addOnPostRun + EXIT_RUNTIME (#18824)
Show description for 7de3bc9authored
Commits on Feb 21, 2023
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 9, 2023
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 26, 2023
dylink: Synchronize dlsym calls (as well as dlopen) between threads (#18590)
Show description for e883361authored
Commits on Jan 12, 2023
Add support for clearenv C library function (#18492)
Show description for 087b0ecauthoredFix deadloack in dlopen. NFC (#18487)
Show description for 888f452authored- authored
Commits on Jan 5, 2023
Remove undeeded `buffer` global (#18454)
Show description for 72f5fb1authored
Commits on Jan 4, 2023
Commits on Dec 29, 2022
Restore previous behaviour of not mangling EM_JS functions (#18438)
Show description for 4307484authored
Commits on Dec 17, 2022
Allow taking address of EM_JS functions with dynamic linking (#18391)
Show description for a742129authoredAdd API for creating promises based on native wasm functions (#18392)
Show description for bb265ceauthored
Commits on Dec 12, 2022
Commits on Dec 9, 2022
Commits on Dec 7, 2022
Fix for running of side module static contructors (#18311)
Show description for 515e349authored
Commits on Nov 28, 2022
Reduce default stack size from 5Mb to 64Kb (#18191)
Show description for 157fcd4authored
Commits on Nov 22, 2022
Enable EM_ASM in side modules (#18228)
Show description for 2d77437authored
Commits on Nov 10, 2022
Put stack first when not optimizing (#18154)
Show description for 0806384authored
Commits on Nov 3, 2022
Fix setting of tm_yday in localtime and mktime for issue (#18120)
Show description for 000cedfauthored
Commits on Nov 2, 2022
Rename `-sTOTAL_STACK` to `-sSTACK_SIZE` (#18128)
Show description for e41f716authored
Commits on Oct 11, 2022
test: Allow --rebaseline to work with any in/out file test (#18028)
Show description for deb5d86authored