Age | Commit message (Collapse) | Author |
|
|
|
https://github.com/kripken/emscripten/commit/5b41371bb5897a49e1fdcad18d053f775105c846 when Web Audio API is available, and works around the Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=654787.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix 64bit long return issue
|
|
|
|
|
|
the testsuite.
|
|
|
|
process return code. This uncovers issues in other.test_embind which were not caught before. See #2335.
|
|
|
|
|
|
|
|
fs-tracking
|
|
Fix embind/asm.js in PRECISE_F32 mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable embind in fastcomp/asm.js
|
|
|
|
|
|
|
|
|
|
|
|
global tempRet0, but this fails when asm.js and/or closure are enabled as tempRet0 was declared again inside the asm closure. This fix exports tempRet0 via an accessor method Runtime.getTempRet0() which is visible with or without optimisations being enabled
|
|
|
|
|
|
(which has less overhead than the previous helper)
|
|
Chrome as well.
|
|
rectangle.
|
|
Sdl2 touch api additions
|
|
Embind code size reduction by using lightweight RTTI record for non-polymorphic types
|
|
spidermonkey_none
|