Age | Commit message (Collapse) | Author |
|
|
|
|
|
browsers
|
|
Fix sscanf white space bug
|
|
the spec says it should
|
|
|
|
Add test for sscanf
|
|
|
|
|
|
|
|
properly; fixes #664
|
|
|
|
|
|
Fix -O1 warning and use proper pointers for Jansson library.
|
|
case the eliminator runs in safe mode
|
|
|
|
|
|
|
|
|
|
|
|
global FUNCTION_TABLE object, and makes it valid in compiled code to assume that globals do not change
|
|
See details: https://github.com/kripken/emscripten/pull/636#issuecomment-9456782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Chunked binary webworker xhr lazy loading
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support some nonportable code
|
|
|
|
|
|
Emscripten EGLDisplay handle. This allows EGL-using GLES2-related tests to pass, they expect to utilize eglGetDisplay as if running on X11.
|
|
|
|
|
|
|
|
|
|
Jansson is a C library for encoding, decoding and manipulating JSON data [1]. `library_jansson` mimics this interface (currently only for decoding) to perform JSON parsing in Javascript.
[1] https://github.com/akheron/jansson
|
|
|