Commits
User selector
Commit History
Commits on Jun 22, 2021
Avoid excessive console logging in browser tests. NFC
Show description for 81d5e3ccommitted
Commits on Jun 21, 2021
- authored
- authored
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
Allow Node workers to be re-used (#12963)
Show description for bf7c1eaauthoredRemove unused _ZSt9terminatev JS library function. NFC (#14478)
Show description for 7192647authored- authored
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 16, 2021
Remove legacy __sys_exit syscall. NFC (#14463)
Show description for 3205328authored
Commits on Jun 15, 2021
Added some missing embind signatures (#14423)
Show description for 4013414authoredAssume Buffer.from/alloc exist under node (#14447)
Show description for 4a9d5abauthored
Commits on Jun 14, 2021
Optimize __cxa_find_matching_catch to avoid stackAlloc. NFC (#14440)
Show description for 2cfa447authored
Commits on Jun 12, 2021
Add zeroMemory JS utility function to avoid _memset. NFC (#14441)
Show description for 315d362authored
Commits on Jun 11, 2021
Define emscripten exception struct in native code. NFC (#14431)
Show description for 6b80c5dauthoredAdd missing stackRestore (#14435)
Show description for f875fc6authored
Commits on Jun 10, 2021
- authored
Avoid setting noExitRuntime when using fibres/asyncify (#13349)
Show description for 1aee938authored- authored
Commits on Jun 9, 2021
Fix ASYNCIFY + EXIT_RUNTIME check (#14418)
Show description for 33fb817authoredSupport TextDecoder in pthreads mode (#14399)
Show description for 9af077bauthoredFix exception swallowing in instrumentWasmExports (#14420)
Show description for d772e68authoredAllow unsetting default environment vars (#14274)
Show description for 5fed9beauthoredUse keepalive system in emscipten_set_timeout et al. (#14416)
Show description for a8a0d8eauthored
Commits on Jun 8, 2021
Fixup ES6 URL locator for Closure (#14378)
Show description for f04cc19authoredGracefully handle errors in IDBFS put() operation (#14376)
Show description for ea6807dauthoredUse callUserCallback in emscripten_async_wget (#14400)
Show description for d4b9982authored
Commits on Jun 3, 2021
Don't use `new URL` for Wasm in `SINGLE_FILE` mode (#14345)
Show description for 33bec77andauthoredMove longjmp into native code (#14188)
Show description for aa2bad5authored
Commits on May 30, 2021
Commits on May 27, 2021
Signals: add stub for sigwait (#14305)
Show description for 3bb97f8authored- authored
Switch from addAtMain to addAtInit in library_fs.js (#14306)
Show description for a56817aauthored