Commits
User selector
Commit History
Commits on Apr 26, 2017
Implement getting glfw input cursor mode from Pointer Lock. Closes GH-5120 (#5157)
Show description for 4ee1557authored andcommitted
Commits on Apr 24, 2017
Fix emscripten_get_mouse_status (#5152)
Show description for 263dbabauthored andcommitted- committed
Commits on Apr 19, 2017
Remove noisy WebAssembly messages (#5144)
Show description for ad8a103authored andcommitted
Commits on Apr 17, 2017
Wasm locateFile support (#5138)
Show description for 1fb84c5authoredBinaryen trap allow (#5134)
Show description for 645a24dauthored- authored
Commits on Apr 12, 2017
- authored andcommitted
Commits on Apr 11, 2017
Fix closure externs for WebAssembly (#5118)
Show description for 93bbe05authored andcommitted
Commits on Apr 10, 2017
Commits on Apr 3, 2017
Fix wasm backend invokes (#5099)
Show description for 1e583afauthored- authored
add a .then() method to the module-creating function in MODULARIZE (#5085)
Show description for 1f780eaauthored
Commits on Mar 30, 2017
Commits on Mar 29, 2017
fix closure issues with async wasm compilation (#5092)
Show description for 77e2972authored- authored andcommitted
Commits on Mar 23, 2017
Commits on Mar 21, 2017
Commits on Mar 20, 2017
Merge pull request #5057 from juj/preinitialized_gl_context
Show description for 951d6f2authoredFix wasm loading in workers, and refactor async promise code (#5011)
Show description for c2f2fe6authoredAdd support for precreating the WebGL context already on the main html page (-s GL_PREINITIALIZED_CONTEXT=1), to allow e.g. precompiling GL shaders before the main download and WebAssembly compilat…
Show description for 5641618committed
Commits on Mar 17, 2017
- committed
Merge pull request #5036 from Jura-Z/incoming
Show description for df8796fauthoredInitialize robust_list head for pthread_t structure. Fixes a crash with locking recursive mutexes, #5038. Clean up unused mutex control field for old Emscripten specific mutex implementation (remov…
Show description for c206579committedReturn an error code in JS shells even with async wasm compilation (#5030)
Show description for 230da8dauthored