Commits
User selector
Commit History
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
Commits on May 26, 2021
Commits on May 25, 2021
Commits on May 23, 2021
unnecessary check for depth only attachments (#14238)
Show description for 2d4acbfauthored
Commits on May 22, 2021
Add new AUTOLOAD_DYLIBS to control auto-loading of dynamic library deps (#14245)
Show description for 50c7230authored
Commits on May 21, 2021
Fix EXPORT_ES6 + locateFile (#14242)
Show description for 3950013authored
Commits on May 20, 2021
[SPLIT_MODULE] Change secondary name to <module>.deferred.wasm (#14247)
Show description for 90a4fe2authored
Commits on May 18, 2021
Update docs on EXPORTED_RUNTIME_METHODS (#14210)
Show description for d4d51d6authoredFix glgetuniformfv and bad uniform perf (#14199)
Show description for 907aeb4authored
Commits on May 15, 2021
Parial revert of #13862: Fail at link time if exception catching is enabled at compile time but not link time (#14192)
Show description for 844b684authoredDon't include libunwind/libcxxabi JS code unless we are linking in the native code (#14195)
Show description for e96f967authored