Commits
User selector
Commit History
Commits on Dec 7, 2023
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 4, 2023
Commits on Jul 30, 2023
Commits on Jul 12, 2023
Replace `Module["asm"]` with `wasmExports` global (#19816)
Show description for 68ee2afauthoredAvoid use of JS `arguments` in export wrappers (#19830)
Show description for f38ebefauthored
Commits on Jul 11, 2023
Avoid the use of `arguments` global in `__cxa_find_matching_catch`. NFC (#19760)
Show description for 9c3f231authored
Commits on Jun 30, 2023
Update test_dylink_exceptions_try_catch_3 (#19761)
Show description for 148457cauthored
Commits on Jun 14, 2023
Commits on May 1, 2023
[Wasm64] Enable emescipten exceptions and SjLj (#19262)
Show description for dc4d654authored
Commits on Apr 18, 2023
Remove deps_info system and the running of llvm-nm on input file. NFC (#18905)
Show description for 1e7b78fauthoredDon't include __cxa_find_matching_catch helpers with WASM_EXCEPTIONS. NFC (#19195)
Show description for 8fc85aaauthored
Commits on Apr 11, 2023
Move parts of emscripten exception handling to native code. NFC (#16627)
Show description for df3a308andauthored
Commits on Mar 31, 2023
Commits on Feb 23, 2023
Commits on Feb 2, 2023
[EH] Add EXCEPTION_STACK_TRACES option (#18642)
Show description for 3d0ff6eauthored
Commits on Jan 24, 2023
Remove unneeded exportedAsmFunc helper. NFC (#18588)
Show description for 5c756deauthored
Commits on Jan 18, 2023
Avoid duplicating __cxa_find_matching_catch function. NFC (#18539)
Show description for a8b91d0authored
Commits on Dec 3, 2022
Commits on Oct 11, 2022
Add `dbg()` JS utility function (#18017)
Show description for 8874b81authored
Commits on Oct 10, 2022
[EH] Print message for uncaught exceptions (#18003)
Show description for 68a9f99authored
Commits on Oct 6, 2022
[EH] Support stack traces for Wasm exceptions (#17979)
Show description for 3e53d5cauthored
Commits on Oct 4, 2022
Remove some library function from the default set. NFC (#17983)
Show description for e476d7bauthored
Commits on Aug 19, 2022
Define getTempRet0/setTempRet0 in native code (#17581)
Show description for 6065bcdauthored
Commits on Aug 16, 2022
Commits on Jul 25, 2022
Return a pair [type, what] from getExceptionMessage (#17386)
Show description for ddd7489authored
Commits on Jun 10, 2022
[EH] Rename EH library functions in JS (#17183)
Show description for 9a7230fauthored
Commits on Jun 8, 2022
[EH] Make getCppExceptionThrownValue return thrown value (#17157)
Show description for af7f969authored
Commits on May 31, 2022
[EH] Make 'getExceptionMessage' work for Wasm EH (#17064)
Show description for 4ac187aauthored
Commits on May 25, 2022
[EH] Remove 'terminating' from exception message (#17058)
Show description for 1f6b136authored
Commits on May 19, 2022
[wasm64] Fix (or skip) all core tests in wasm64l mode (#16922)
Show description for c175235authored
Commits on Apr 29, 2022
Remove use of makeStructuralReturn. NFC (#16830)
Show description for 3bfc50eauthored
Commits on Mar 28, 2022
Remove unnecessary CatchInfo JS class. NFC (#16611)
Show description for 8e8c586authored- authored
Commits on Mar 4, 2022
Add SHARED_MEMORY support. (#16419)
Show description for a29f668authored