Hooray for options

This commit is contained in:
lilia 2014-11-08 11:38:32 -08:00
parent 59f22ecb26
commit 8d323a4d71
4 changed files with 7 additions and 10 deletions

View file

@ -1,5 +1,4 @@
;(function() {
;(function(){
// Note: For maximum-speed code, see "Optimizing Code" on the Emscripten wiki, https://github.com/kripken/emscripten/wiki/Optimizing-Code
// Note: Some Emscripten settings may limit the speed of the generated code.
try {
@ -2999,5 +2998,4 @@ run();
};
})();
})();
})();