Commits
User selector
Commit History
Commits on Jan 6, 2018
metadce: JS function support (#6032)
Show description for 4102a82authored
Commits on Jan 5, 2018
Add llvm.minnum.f(32|64) and llvm.maxnum.f(32|64) intrinsics (#5978)
Show description for 0682865authored andcommittedMerge pull request #6020 from juj/tcgets_syscalls
Show description for 66dfbe7authored
Commits on Jan 4, 2018
Stack trace and heap cleanups (#5988)
Show description for 37fe200authored- authored andcommitted
Commits on Jan 3, 2018
optimize allocate() usage (#5987)
Show description for 5174d2eauthored- committed
Writable stack (#5999)
Show description for 4c5a641authored andcommitted
Commits on Dec 31, 2017
Add missing runtime exports (#6007)
Show description for fbebe2cauthored
Commits on Dec 29, 2017
Commits on Dec 25, 2017
Remove final default runtime exports (#5984)
Show description for 341c221authored
Commits on Dec 24, 2017
Clean up JS optimizer traversal (#5960)
Show description for a15eff4authored- authored andcommitted
Don't export FS methods by default (#5947)
Show description for f2191c1authoredfix metadce + async bug. this breakage was not noticed until the js engine filter change in #5931 this patch also simplifies the async logic, with less hacks - just add the extra functions to expor…
Show description for 88c1b3fauthored
Commits on Dec 22, 2017
Commits on Dec 21, 2017
SINGLE_FILE + locateFile fix (#5952) (#5959)
Show description for 8bfd11aauthored andcommitted
Commits on Dec 20, 2017
De-runtime-ification (#5954)
Show description for c5a4558authored
Commits on Dec 19, 2017
Exit node.js with error status on unhandled promise rejections (#5948)
Show description for b10820fauthored
Commits on Dec 16, 2017
NO_EXIT_RUNTIME by default (#5878)
Show description for f585dcbauthored
Commits on Dec 15, 2017
Meta-DCE for JS+WASM (#5919)
Show description for 5ccc012authored
Commits on Dec 13, 2017
Merge pull request #5915 from kripken/eval1-followups
Show description for 204c88bauthored
Commits on Dec 8, 2017
Commits on Dec 7, 2017
add module integration code in shell.js, to avoid writing the js in emcc.py (which is at its maximum size this early in the compilation process, possibly hundreds of MB) just to add it, which is a …
Show description for 171a95ccommittedEval elimination #1 (#5751)
Show description for d750cefauthored andcommitted
Commits on Dec 6, 2017
Less default runtime exports (#5892)
Show description for 3bc1f9fauthored
Commits on Dec 4, 2017
Commits on Dec 1, 2017
- authored
Add LEGACY_VM_SUPPORT (#5837)
Show description for 3ebf0eeauthoreddo not export getValue and setValue by default (#5839)
Show description for ccc7803authored- authored andcommitted
Initial support for pthreads with wasm (#5710)
Show description for dee8676authored
Commits on Nov 29, 2017
Clean up wasm glue (#5859)
Show description for d8da4ceauthoredwe recently started to require that main() be known to the compiler at runtime. this adds a runtime assertion with an explanation and a workaround, and fixes an existing test that broke (#5871)
Show description for 77dc112authored