simon-svn: puzzles: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Apr 20 09:47:27 BST 2014
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 10180
Date: 2014-04-20 09:47:27 +0100 (Sun, 20 Apr 2014)
Log message (8 lines):
Change our method of calling main() in emccpre.js.
I've just upgraded to emcc 1.16.0, in which something fiddly has
happened to the semantics of Module.run() vs noInitialRun - now
setting the latter seems to cause the former to do everything except
calling main(), and then refuse to ever do anything again. So now I
have to use Module.callMain() in place of Module.run() when I finally
do get round to wanting to call main().
Modified files:
U puzzles/emccpre.js
Links:
http://svn.tartarus.org/sgt/?rev=10180&view=rev
http://svn.tartarus.org/sgt/puzzles/emccpre.js?rev=10180&r1=10179&r2=10180
More information about the tartarus-commits
mailing list