Commits
User selector
Commit History
Commits on Nov 3, 2020
Add a compiler check for JS library aliases and signatures (#12319)
Show description for ba5aa10authored
Commits on Oct 19, 2020
Update SDL Mix_PlayMusic according SDL docs (#12545)
Show description for c8c05edauthored
Commits on Sep 21, 2020
Simplify `allocate` function to only take a single type (#12279)
Show description for fc67fbfauthored
Commits on Sep 15, 2020
Stop including malloc/free by default (#12213)
Show description for 40f669eauthored
Commits on Aug 31, 2020
Part two of dynCall removal (#12059)
Show description for 953adedauthored
Commits on Aug 26, 2020
Move getFuncWrapper to library function (#12051)
Show description for e334788authored
Commits on Aug 25, 2020
Consistent use of makeDynCall in JS library code (#12010)
Show description for c4ac7b7authored
Commits on Aug 12, 2020
Remove fastcomp-specific Asyncify code (#11868)
Show description for 9b5c5b9authored
Commits on Jun 15, 2020
Automatically resume AudioContexts on user input in SDL and OpenAL (#10843)
Show description for d9b71c8authored
Commits on May 18, 2020
Remove emterpreter support. (#11020)
Show description for b43474fauthored
Commits on Apr 2, 2020
Don't include fastcomp-specifc JS environ handlers under wasm (#10819)
Show description for 93805f1authored
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Mar 23, 2020
Closure fixes part 4 (#10574)
Show description for d5ba9a8authored
Commits on Feb 25, 2020
require_sigs_for_aliases (#10550)
Show description for bf4fc7dauthored
Commits on Feb 21, 2020
Closure cleaning (#10456)
Show description for b007756authored
Commits on Feb 16, 2020
Add support for specifying a documentation piece for a JS function in… (#10455)
Show description for 4cf5778authored
Commits on Dec 3, 2019
Add sleep callbacks to Asyncify, allowing SDL Audio to automatically update (#9828)
Show description for 288682bauthored
Commits on Oct 24, 2019
Unbreak Firefox on CI (#9701)
Show description for e978b87authored
Commits on Jul 24, 2019
Make read, readAsync, readBinary, setWindowTitle normal JS variables (#9047)
Show description for a1964c7authored
Commits on Jul 15, 2019
Rename Bysyncify to Asyncify [ci skip] (#8997)
Show description for 0e29298authored
Commits on Jun 26, 2019
Use OffscreenCanvas for text measure in SDL TTF (#8836)
Show description for 14948aaauthored andcommitted
Commits on Jun 21, 2019
Bysyncify support: Asyncify/Emterpreter-like functionality for the wasm backend (#8808)
Show description for 7eb910aauthored
Commits on May 13, 2019
Commits on May 8, 2019
Make STRICT=1 equivalent to EMCC_STRICT=1 in terms of legacy settings (#8555)
Show description for d71ff69authored
Commits on Apr 25, 2019
Followup to #8438 - fix dependencies problems that PR created (#8464)
Show description for 55ad1c4authored
Commits on Mar 7, 2019
TypeError: Document not active on exitFullscreen (#8236)
Show description for 57c03c2authored andcommitted
Commits on Feb 25, 2019
fix closure errors in the JS library, in particular functions not at the beginning of a block (#8170)
Show description for bd42d4fauthored
Commits on Feb 4, 2019
Commits on Jan 12, 2019
Commits on Oct 22, 2018
Fix SDL_SetVideoMode to always call browser.setCanvasSize (#7321)
Show description for 2e96555authored andcommitted
Commits on Sep 21, 2018
Commits on Sep 20, 2018
Simplify NO_* options (#7151)
Show description for 2ee3bf1authored
Commits on Aug 12, 2018
Merge pull request #5581 from juj/offscreen_framebuffer
Show description for 89d4ae2authored
Commits on Jul 27, 2018
fix asmi.test_dlfcn* (which are not tested on the bots) (#6902)
Show description for 96606ffauthored