Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix -O1 warning and use proper pointers for Jansson library.
|
|
|
|
See details: https://github.com/kripken/emscripten/pull/636#issuecomment-9456782
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
Embind pull request
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emscripten_push_main_loop_blocker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|