Commits
User selector
Commit History
Commits on Nov 11, 2020
Fix regression that broke calls to makeDynCall in JS library code. (#12732)
Show description for 50fc8c1authored
Commits on Nov 9, 2020
Simplify makeStructuralReturn (#12739)
Show description for 159e3b5authored
Commits on Nov 5, 2020
Fix parsing of JS library pre-processor directives (#12702)
Show description for 8edff9bauthored
Commits on Oct 22, 2020
jsifier: Avoid emiting many empty lines in JS pre-processing (#12576)
Show description for 9a843c0authored
Commits on Sep 29, 2020
Remove builtin primitive concept from jsifier (#12354)
Show description for fcb8d58authored
Commits on Sep 28, 2020
Commits on Sep 18, 2020
Remove `makePointer` and other dead code in parseTools.js (#12263)
Show description for f45be30authored
Commits on Sep 16, 2020
Cleanup unused makeSetValue family of helper functions (#12228)
Show description for 1478a58authored
Commits on Sep 15, 2020
Stop including malloc/free by default (#12213)
Show description for 40f669eauthored
Commits on Sep 11, 2020
Remove makeStaticAlloc/String (#12174)
Show description for 79da9f9authored
Commits on Sep 8, 2020
Remove fastcomp-only RUNNING_JS_OPTS option (#12133)
Show description for bf9352bauthored
Commits on Aug 31, 2020
Part two of dynCall removal (#12059)
Show description for 953adedauthored
Commits on Aug 25, 2020
Commits on Aug 22, 2020
Commits on Aug 21, 2020
Remove duplicate `makeDynCall` function in parseTools.js. NFC (#11991)
Show description for 5cee300authored
Commits on Aug 17, 2020
Commits on Aug 11, 2020
Remove fastcomp-only DOUBLE_MODE setting (#11862)
Show description for 45d3f10authoredRemove fastcomp-only EMULATED_FUNCTION_POINTERS setting (#11864)
Show description for c0470c7authoredRemove fastcomp-only PRECISE_F32 setting (#11863)
Show description for 633885bauthored
Commits on Jul 30, 2020
Fix unsigned 32-bit SAFE_HEAP loads (#11748)
Show description for 5cc0a0dauthored
Commits on Jul 29, 2020
parseTools: print problematic macro code on eval failure (#11749)
Show description for df56ba1authored
Commits on Jun 19, 2020
Rename internal uses of "blacklist" to clearer things (#11452)
Show description for ca53af2authored
Commits on May 27, 2020
Better errors for incorrect Module.* setting (#11256)
Show description for c2c4665authored
Commits on May 13, 2020
Add useful errors on bad use of Promise instead of instance in new MODULARIZE (#11118)
Show description for dcb4112authored
Commits on Apr 10, 2020
Wasm/JS BigInt support (#10860)
Show description for 42cbd6cauthored
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Feb 19, 2020
Fix embind to work (more) on MINIMAL_RUNTIME. (#10417)
Show description for afeebd2authored
Commits on Feb 18, 2020
Minimal runtime pthreads (#10123)
Show description for 673915cauthored
Commits on Feb 14, 2020
Programmatically apply SYSCALLS_REQUIRE_FILESYSTEM=false (#10427)
Show description for a211588authored
Commits on Feb 1, 2020
Fix PAGE_SIZE changes from #10284 (#10327)
Show description for 75341fcauthored
Commits on Dec 19, 2019
- authored
-O0 Hello world working with MINIMAL_RUNTIME. (#10056)
Show description for 5dba39cauthored
Commits on Dec 12, 2019
Fix Internet Explorer not being supported by default. (#10005)
Show description for 2fe4315authored
Commits on Dec 6, 2019
Add setting fields to control which browser versions to support (#9937)
Show description for c06c4afauthored
Commits on Nov 6, 2019
Better message when a side module needs exceptions (#9698)
Show description for ebe882cauthored