mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	 919bbf8077
			
		
	
	
		919bbf8077
		
	
	
	
	
		
			
			- 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.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| var Godot;
 | |
| var WebAssembly = {};
 | |
| WebAssembly.instantiate = function(buffer, imports) {};
 |