mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 a82f70ea9f
			
		
	
	
		a82f70ea9f
		
	
	
	
	
		
			
			Initial work to make liniting easier. This includes: - Rename http_request.js to library_godot_http_request.js. - Rename externs.js to engine.externs.js. - New library_godot_runtime.js (GodotRuntime) wraps around emscripten functions. - Refactor of XMLHttpRequest handler in engine/preloader.js. - Few fixes to bugs spotted by early stage linting.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| var Godot;
 | |
| var WebAssembly = {};
 | |
| WebAssembly.instantiate = function(buffer, imports) {};
 |