mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
var Godot;
 | 
						|
var WebAssembly = {};
 | 
						|
WebAssembly.instantiate = function(buffer, imports) {};
 | 
						|
WebAssembly.instantiateStreaming = function(response, imports) {};
 |