Age | Commit message (Collapse) | Author |
|
|
|
JavaScript object.
|
|
|
|
the JavaScript object would be released when the last JS handle was destroyed, not when the object was.
|
|
|
|
|
|
pointer fixups.
|
|
|
|
pointer that gets returned, then return the JS instance.
|
|
|
|
|
|
|
|
|
|
JavaScript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files are played back with <audio> element and which are played back with Web Audio.
|
|
rAF loops.
|
|
|
|
weirdly; fixes #2368
|
|
|
|
Musl charfuncs
|
|
|
|
Conflicts:
AUTHORS
|
|
|
|
Fast cwrap
|
|
|
|
Fix elimination of conditional expressions in registerizeHarder
|
|
|
|
|
|
|
|
|
|
Previously, attempts to eliminate a side-effect-free conditional
expression would corrupt internal block state, because the sub-nodes
belong to a different block than the one containing the expression.
This fixes the problem by not splitting side-effect free conditionals
across multiple blocks.
|
|
Sdl mix webaudio
|
|
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.
|
|
|
|
Sdl windowevent focus
|
|
|
|
|