mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:52:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 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;
 | |
| };
 | 
