Commits
User selector
Commit History
Commits on Jun 21, 2021
Split out wget API into seperate header and JS implementation. (#14388)
Show description for e76237bauthored
Commits on Jun 19, 2021
Use native code for `pthread_cleanup_push`/`pop`. NFC (#14484)
Show description for f46fbc5authored
Commits on Jun 18, 2021
Remove unused _ZSt9terminatev JS library function. NFC (#14478)
Show description for 7192647authored
Commits on Jun 17, 2021
Improve support for runtime keepalive under node (#14450)
Show description for 607ca44authoredUse _Exit and _exit from musl source. NFC (#14464)
Show description for b1d2d39authored
Commits on Jun 12, 2021
Add zeroMemory JS utility function to avoid _memset. NFC (#14441)
Show description for 315d362authored
Commits on Jun 3, 2021
Move longjmp into native code (#14188)
Show description for aa2bad5authored
Commits on May 15, 2021
Don't include libunwind/libcxxabi JS code unless we are linking in the native code (#14195)
Show description for e96f967authored
Commits on May 14, 2021
fork() and system(): Change errno value from EAGAIN to ENOSYS (#14173)
Show description for 22e1e23authored
Commits on May 5, 2021
Commits on May 4, 2021
Commits on Apr 23, 2021
Revert musl change to asctime.c. NFC (#13973)
Show description for 5d1bb7bauthored
Commits on Apr 21, 2021
Prefer `.includes()` over `.indexOf()` (#13945)
Show description for f255b18authoredRemove setTempRet0, getTempRet0 from WASM_SYSTEM_EXPORTS (#13939)
Show description for f2243b2authored
Commits on Apr 20, 2021
Skip callbacks after abort (#13934)
Show description for 4d864dfauthoredAdd "synchronous" mode to `callUserCallback` (#13929)
Show description for 5ece531authored
Commits on Apr 19, 2021
Commits on Apr 16, 2021
Read exports from side modules at link time (#13915)
Show description for 6ca2853authored
Commits on Apr 14, 2021
- authored
Allow ERROR_ON_UNDEFINED_SYMBOLS + MAIN_MODULE (#13848)
Show description for 7ee20c7authored
Commits on Apr 13, 2021
- authored
Fix closure compiler errors in JS libraries. NFC (#13857)
Show description for b3a3c74authored
Commits on Apr 7, 2021
Fix emscripten_asm_const_int deps (#13839)
Show description for 88593acauthored
Commits on Mar 29, 2021
Fix different memory allocation issues (#13442)
Show description for eca1581authoredIf building with -Oz, route memcpy(), memset() and memmove() to JS library functions. (#13377)
Show description for ff86f72authoredUse Wasm memory.size instruction to get the wasm heap size (#13378)
Show description for a948135authored
Commits on Mar 19, 2021
Fix emscripten_heap_resize (#13716)
Show description for 3af9d8dauthoredMove sysconf and confstr to native code (#13688)
Show description for 83d5a15authored
Commits on Mar 18, 2021
Commits on Mar 16, 2021
Commits on Mar 12, 2021
Report error if EM_ASM or EM_JS used in side modules (#13649)
Show description for c7ca46cauthoredAdd centralized handling for calling user callbacks (#13596)
Show description for a55beceauthored
Commits on Feb 19, 2021
Move exit_with_live_runtime and force_exit out of library_browser.js (#13533)
Show description for 6d3859fauthored
Commits on Feb 18, 2021
Mark JS inet functions as JS only. NFC. (#13539)
Show description for 4692a9eauthoredRemove unused abortStackOverflow function. NFC. (#13537)
Show description for f89f950authored