Commits
User selector
Commit History
Commits on Dec 11, 2023
Drop support for targeting IE using -sMIN_IE_VESRION (#20887)
Show description for c54ebd7authored
Commits on Dec 8, 2023
Drop support for EdgeHTML browser using `-sMIN_EDGE_VESRION` (#20881)
Show description for 7ca8b40authored
Commits on Dec 7, 2023
Commits on Nov 10, 2023
Handle NaN return from JS date.getTime. NFC (#20685)
Show description for e0094e7authored
Commits on Nov 9, 2023
Fix strftime test failure (#20658)
Show description for 43e8a3fauthored
Commits on Nov 8, 2023
Fix strptime to handle %% and time zones correctly (#20470)
Show description for 9c15c4dauthored
Commits on Nov 7, 2023
Commits on Oct 23, 2023
Avoid `__postset` for ERRNO_CODES. NFC (#20518)
Show description for 176035dauthored
Commits on Oct 19, 2023
Inline returns in arrow functions. NFC (#20491)
Show description for 4608c2eauthored
Commits on Oct 2, 2023
Make noExitRuntime into a library symbol (#20336)
Show description for 4e72237authoredUpdate missing EM_ASM constant error message. NFC (#20369)
Show description for 00e3406authored
Commits on Sep 27, 2023
Commits on Sep 26, 2023
Commits on Sep 20, 2023
Handle library funcs added during jsifier process. (#20299)
Show description for c515ebeauthoredFix wrapping/modifying of single line JS library functions (#20265)
Show description for 3134b14authored
Commits on Sep 19, 2023
Proxy webgpu calls back to the main thread. NFC (#20124)
Show description for 992d1e9authored
Commits on Sep 18, 2023
Commits on Sep 15, 2023
[wasm64] Add `MAIN_THREAD_EM_ASM_PTR` macro (#20261)
Show description for 348f264authored
Commits on Aug 29, 2023
Add `TABLE_BASE` setting for controlling the offset of static table slots. (#20149)
Show description for 1820ac5authored- authored
Commits on Aug 28, 2023
Always use bulkmemory memcpy and memset when available (#20144)
Show description for 60b3d4eauthored
Commits on Aug 23, 2023
Commits on Aug 22, 2023
[Wasm64] Fix many remaining issues and add wasm64_4gb test configuration (#20077)
Show description for f15841dauthored
Commits on Aug 18, 2023
[Wasm64] Fix EM_ASM for addresses >4GB addresses (#19980)
Show description for 2d72c4dauthoredMinor refactor in readEmAsmArgs. NFC (#20054)
Show description for 78180aaauthored
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 4, 2023
More use of JS string template literals. NFC (#19971)
Show description for c5d1a85authored
Commits on Aug 1, 2023
Commits on Jul 30, 2023
- authored
Fix applySignatureConversions under -O3. NFC (#19910)
Show description for 2bcdf0aauthored
Commits on Jul 27, 2023
Commits on Jul 26, 2023
Rename `asm` to `wasmExports` under MINIMAL_RUNTIME (#19901)
Show description for 0bf0d39authoredFixes for WebGPU + wasm64 (#19902)
Show description for 5c96b3fauthored
Commits on Jul 17, 2023
Fix ASYNCIFY=1 with MEMORY64 (#19790)
Show description for 96df1a7authored