Commits
User selector
Commit History
Commits on Mar 19, 2020
Use clang's default c++ version (#10723)
Show description for 4d99365authored
Commits on Mar 6, 2020
Commits on Mar 4, 2020
Asyncify: Add an assertion + docs for rewinding with compiled code on the stack (#10641)
Show description for ce0f8d9authored
Commits on Feb 26, 2020
More WASI time support (#10530)
Show description for 0eab8e3authored- authored
Rename TOTAL_MEMORY to INITIAL_MEMORY and WASM_MEM_MAX to MAXIMUM_MEMORY (#10566)
Show description for 52bb1ffauthoredFix some failing LTO tests (#10562)
Show description for 477709dauthored
Commits on Feb 25, 2020
Commits on Feb 15, 2020
Add __powi* family of builtins to compiler-rt (#10390)
Show description for c313634authored
Commits on Feb 12, 2020
library_int53.js (#10353)
Show description for 5e72d7dauthored
Commits on Feb 9, 2020
Fix memory corruption issue in emmalloc implementation of memalign() (#10377)
Show description for ad7409aauthored
Commits on Jan 22, 2020
Add emscripten_get_exported_function() and a test. (#10225)
Show description for 10b18f3authored
Commits on Jan 15, 2020
Allow dynCall with 64-bit integers (#10210)
Show description for 8f956d5authored
Commits on Jan 10, 2020
Fix emmalloc tests to allow a bit of slop (#10183)
Show description for 85f0296authored
Commits on Jan 9, 2020
Update emmalloc (#10145)
Show description for d4c3592authored
Commits on Jan 3, 2020
Eliminate garbage from many function calls. (#9922)
Show description for aac24ebauthored andcommitted
Commits on Dec 24, 2019
Reduce geometric memory growth factor (#10083)
Show description for 7952394authored
Commits on Nov 20, 2019
- authored andcommitted
Commits on Nov 19, 2019
Change EM_ASM_ usages to EM_ASM. (#9865)
Show description for 8027f95authored andcommitted
Commits on Nov 4, 2019
Always include _start function STANDALONE_WASM mode (#9771)
Show description for 148609aauthored
Commits on Nov 1, 2019
Basic pthreads support for Node.js Workers (#9745)
Show description for 5e3029dauthored
Commits on Oct 25, 2019
Lazy-loading support (#9697)
Show description for 9e389cbauthored
Commits on Oct 23, 2019
Optimize fmax/fmin/f etc. with wasm builtins (#9689)
Show description for 3bd5e10authored
Commits on Oct 2, 2019
Make malloc(0) consistent between emmalloc and dlmalloc (#9550)
Show description for 87e2799authored
Commits on Sep 30, 2019
Rename errno constants to use the wasi values (#9545)
Show description for 09e9050authored
Commits on Sep 24, 2019
Update vswprintf to musl 1.1.23 (#9387)
Show description for 29a05c0authored andcommitted
Commits on Aug 16, 2019
Commits on Aug 14, 2019
Add test for passing non-trivial structures as varargs (#9232)
Show description for 1e13796authored
Commits on Aug 6, 2019
Commits on Aug 2, 2019
emscripten_scan_registers and emscripten_scan_stack (#9121)
Show description for e242e53authoredParse -s changes using the json parser where possible, allowing human-readable C++ names in -s lists, which is important for Asyncify (#9132)
Show description for f0de64cauthored
Commits on Jul 29, 2019
Fix #9030: allow side effects for `EM_ASM` arguments (#9054)
Show description for 4ea6325authored andcommitted
Commits on Jul 27, 2019
Asyncify whitelist and blacklist support (#9094)
Show description for 0a886fcauthored
Commits on Jul 26, 2019
EM_ASM: test that numeric types are passed as arguments (#9063)
Show description for e61ab39authored andcommitted