Age | Commit message (Collapse) | Author |
|
|
|
Conflicts:
AUTHORS
src/library_sdl.js
tools/shared.py
|
|
NODEFS and IDBFS support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- minor coding convention fixes
|
|
- changed direct references to FS.currentPath to use FS.cwd()
- fixed mountpoint resolving in mount
- added async FS.syncfs
|
|
|
|
|
|
|
|
|
|
strings
|
|
|
|
|
|
|
|
Fix #1668: whiteSpace in _scanString should use only char codes as keys
|
|
Add locale stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chars and char codes.
|
|
|
|
vertex attribute stride and offset presented in WebGL section 6.4 are satisfied in user code. See http://www.khronos.org/registry/webgl/specs/latest/1.0/#6.4 .
|
|
newlocale and freelocale
|
|
This isn't safe when floats are involved as -1 * 0 is -0, not 0.
|
|
This removes a couple of errors from libcxx test suites.
|
|
Fix ccallFunc to properly support UTF-8 strings
|
|
|
|
|
|
event loops to be accumulated. Add a mechanism for avoiding buffer starving a bit better with Web Audio.
|
|
|