Age | Commit message (Collapse) | Author |
|
|
|
|
|
properly; fixes #664
|
|
|
|
|
|
(issue 663)
|
|
|
|
Fix -O1 warning and use proper pointers for Jansson library.
|
|
case the eliminator runs in safe mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See details: https://github.com/kripken/emscripten/pull/636#issuecomment-9456782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1895; enable crankshaft in js optimizer for additional speed
|
|
Chunked binary webworker xhr lazy loading
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support some nonportable code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
loop by throwing an exception (like glutMainLoop)
|
|
|
|
|
|
|
|
|