mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#import <WebAssembly/Module.idl>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// https://webassembly.github.io/spec/js-api/#instances
							 | 
						||
| 
								 | 
							
								[LegacyNamespace=WebAssembly, Exposed=*]
							 | 
						||
| 
								 | 
							
								interface Instance {
							 | 
						||
| 
								 | 
							
								    constructor(Module module, optional object importObject);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    readonly attribute object exports;
							 | 
						||
| 
								 | 
							
								};
							 |