mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 20:25:08 +00:00
[HTML5] Refactor JS, threads support, closures.
- Refactored the Engine code, splitted across files. - Use MODULARIZE option to build emscripten code into it's own closure. - Enable lto support (saves ~2MiB in release). - Enable optional closure compiler pass for JS and generated code. - Enable optional pthreads support. - Can now build with tools=yes (not much to see yet). - Dropped some deprecated code for older toolchains.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
var IDHandler = function() {
|
||||
var IDHandler = /** @constructor */ function() {
|
||||
|
||||
var ids = {};
|
||||
var size = 0;
|
||||
|
||||
Reference in New Issue
Block a user