Commits
User selector
Commit History
Commits on Mar 9, 2022
Remove TextDecoderWrapper (#16448)
Show description for 47a0284authored
Commits on Mar 8, 2022
Small code cleanup around TextDecoder (#16438)
Show description for 9184baaauthored
Commits on Mar 4, 2022
Add SHARED_MEMORY support. (#16419)
Show description for a29f668authored
Commits on Feb 15, 2022
Consistent use of `typeof` operator in JS library code. NFC (#16261)
Show description for 1ebd4c8authored
Commits on Feb 12, 2022
Run most tests with `-sCLOSURE_WARNINGS=error` (#16260)
Show description for 9e4fcf9authored
Commits on Dec 21, 2021
Initial usage of ES6 in JS library code (#15765)
Show description for 8e1e305authored
Commits on Oct 7, 2021
[Memory64] Core JS runtime changes for 64-bit (#15219)
Show description for 42df2fbauthored
Commits on Sep 2, 2021
Fix Unicode code points range debug assertion (#14868)
Show description for 871390aauthored
Commits on Jun 9, 2021
Support TextDecoder in pthreads mode (#14399)
Show description for 9af077bauthored
Commits on Mar 16, 2021
Commits on Mar 5, 2021
Commits on Nov 19, 2020
Move lengthBytesUTF8 into runtime. NFC. (#12825)
Show description for 13f6581authored
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Mar 26, 2020
JS library fixes for 2GB+ heaps (#10602)
Show description for 60d3efdauthored
Commits on Jan 29, 2020
Minimal runtime wasm backend (#10284)
Show description for ecc50a1authored
Commits on Dec 24, 2019
Commits on Mar 12, 2019
Commits on Feb 28, 2019
Fix extended Latin-1 chars in AsciiToString (#8198)
Show description for 384b249authored andcommitted
Commits on Feb 6, 2019
Commits on Feb 5, 2019
Add -s MINIMAL_RUNTIME=1 option. (#7923)
Show description for 63810daauthored
Commits on Feb 4, 2019
Commits on Feb 3, 2019
Closure optimize WebGL initialization: some context attributes are internal only used in Emscripten HTML5/GL library so they do not need to be exported unminified for browser WebGL API to access. O…
Show description for d7e4c39committedAdd optional endPtr parameter to UTF8ToString() and UTF8ArrayToString() and use that in library_gl.js getSource(). Closure is able to (almost) optimize away the optional parameter if the program ne…
Show description for 0bf3b65committed
Commits on Jan 22, 2019
Loading