Commits
User selector
Commit History
Commits on Apr 13, 2020
Improve support for LLD_REPORT_UNDEFINED (#10826)
Show description for 84a3d51authored
Commits on Apr 9, 2020
Allow setters in embind with non-void return types (#10830)
Show description for a93a4aeauthored
Commits on Mar 31, 2020
Remove wasm_simd128.h intrinsics header (#10804)
Show description for cd801d0authored
Commits on Mar 28, 2020
Replace throw() with _NOEXCEPT defined in libcxx (#10787)
Show description for ddc6c3cauthored
Commits on Mar 23, 2020
Make format argument required for emscripten_log (#10507)
Show description for 918a849authored
Commits on Mar 22, 2020
- authored
- authored
Add new EM_IMPORT macro that adds `import_name` and `import_module` attributes (#10591)
Show description for a4dde87authored
Commits on Mar 21, 2020
Commits on Mar 7, 2020
Use builtins for SIMD integer min/max (#10658)
Show description for 57fd81bauthored
Commits on Mar 5, 2020
Simplify SIMD integer min/max intrinsics (#10648)
Show description for a53e9e7authored
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[SIMD] Add intrinsics for granular shuffles (#10567)
Show description for 422e58eauthored
Commits on Feb 20, 2020
Update libc++ to llvm 9.0.0 (#10510)
Show description for 201afceauthored
Commits on Feb 19, 2020
Drop preferLowPowerToHighPerformance (#10505)
Show description for 1255b37authoredUpdate wasi api.h from upstream (#10501)
Show description for b45948bauthored
Commits on Feb 18, 2020
Remove unused EM_PROXIED_SYSCALL special hanling of syscalls (#10477)
Show description for 9c86181authored
Commits on Feb 6, 2020
Move more SIMD intrinsics out of -munimplemented-simd128 (#10366)
Show description for 993586fauthored
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 Jan 7, 2020
SIMD intrinsics for {i8x16,i16x8}.avgr_u instructions (#10070)
Show description for 87c3a9bauthored
Commits on Dec 24, 2019
Reduce geometric memory growth factor (#10083)
Show description for 7952394authored
Commits on Dec 17, 2019
Commits on Dec 13, 2019
Portability workaround for wasi/api.h errno constants (#10025)
Show description for ad7d20eauthored andcommitted
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 Dec 6, 2019
Update wasi usage to latest version: wasi_snapshot_preview1 (#9956)
Show description for cffcd70authored
Commits on Nov 9, 2019
- authored andcommitted
Commits on Nov 6, 2019
Remove type checks for SIMD constant intrinsics (#9789)
Show description for f45f801authored
Commits on Oct 31, 2019
Warn on blocking on the main thread (#9579)
Show description for 3dc4011authored