Commits
User selector
Commit History
Commits on Mar 3, 2020
Make sbrk() compatible with 2GB+ heaps (#10600)
Show description for 552b3b7authored
Commits on Mar 2, 2020
Resolve compilation failure for register_map relating to noexcept-qualified templates (#9348)
Show description for 0dfa792authored
Commits on Feb 26, 2020
emscripten_log() - support also EM_LOG_INFO and EM_LOG_DEBUG flags (#10447)
Show description for 21b77aeauthored
Commits on Feb 19, 2020
Drop preferLowPowerToHighPerformance (#10505)
Show description for 1255b37authored
Commits on Feb 18, 2020
Remove unused EM_PROXIED_SYSCALL special hanling of syscalls (#10477)
Show description for 9c86181authored
Commits on Jan 24, 2020
Add support for webgpu.h-on-WebGPU (#10218)
Show description for 028f737authored andcommitted
Commits on Jan 22, 2020
Add emscripten_get_exported_function() and a test. (#10225)
Show description for 10b18f3authored
Commits on Jan 16, 2020
Add new Fibers context-switching API (#9859)
Show description for 0959b37authored andcommitted
Commits on Jan 9, 2020
Update emmalloc (#10145)
Show description for d4c3592authored
Commits on Dec 24, 2019
Reduce geometric memory growth factor (#10083)
Show description for 7952394authored
Commits on Dec 12, 2019
Generalize yielding execution back to browser (#9972)
Show description for ff229dcauthored
Commits on Dec 10, 2019
full_posix_sockets (#7672)
Show description for 31309a8authored
Commits on Dec 9, 2019
Remove timestamp value from HTML5 mouse, wheel, devicemotion and deviceorientation events. (#9987)
Show description for a7f058aauthored
Commits on Nov 9, 2019
- authored andcommitted
Commits on Oct 31, 2019
Warn on blocking on the main thread (#9579)
Show description for 3dc4011authoredemscripten_has_asyncify() (#9734)
Show description for a05b7e6authored andcommitted
Commits on Oct 30, 2019
- authored andcommitted
Commits on Oct 25, 2019
Lazy-loading support (#9697)
Show description for 9e389cbauthored
Commits on Oct 15, 2019
`class_<T>.property` to accept `std::function` and function object (#9172)
Show description for 1d594a0authored andcommitted
Commits on Aug 26, 2019
Implement emscripten::val::isNumber and isString via JS glue (#9272)
Show description for 4fad4bcauthored andcommitted
Commits on Aug 18, 2019
Commits on Aug 5, 2019
Embind: allow custom (un)marshalling for groups of types via SFINAE (#9089)
Show description for 561ae56authored andcommitted
Commits on Aug 2, 2019
emscripten_scan_registers and emscripten_scan_stack (#9121)
Show description for e242e53authored
Commits on Jul 31, 2019
Commits on Jul 29, 2019
Fix #9030: allow side effects for `EM_ASM` arguments (#9054)
Show description for 4ea6325authored andcommitted
Commits on Jul 26, 2019
Make EM_ASM an error in strict C mode (#9081)
Show description for b75c549authored
Commits on Jul 25, 2019
[embind] `class_<T>.constructor` to accept `std::function` and function object (#9051)
Show description for ecb7bb3authored andcommitted
Commits on Jul 22, 2019
Fix compilation failures due to noexcept qualifier on functions preventing implicit convertibility to non-noexcept qualified function pointers (#9027)
Show description for 6c3005fauthored andcommitted
Commits on Jul 15, 2019
Implement wake all semantics (#8923)
Show description for 3dfa74aauthored
Commits on Jul 12, 2019
`class_<T>.function` to accept `std::function` and function object (#8920)
Show description for 09ff883authored andcommitted
Commits on Jun 21, 2019
Added response headers to fetch API (#8486)
Show description for 9f8c224authored andcommitted
Commits on May 29, 2019
Commits on May 16, 2019
Update fetch API docs as streaming downloads are Firefox Only (#8618)
Show description for 813f73fauthored andcommitted
Commits on Apr 21, 2019
- authored andcommitted