Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
|
|
|
|
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
|
|
|
|
|
|
emcc now understands -Wl,--start-group, -Wl,--end-group to group static
libraries. Static libraries in a group need not be specified in
dependent to dependency order and can have circular dependencies.
|
|
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
|
|
|
|
|
|
|
|
|