File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -19083,7 +19083,7 @@ declare namespace WebAssembly {
1908319083
1908419084 var Instance: {
1908519085 prototype: Instance;
19086- new(module: Module, importObject?: any ): Instance;
19086+ new(module: Module, importObject?: Imports ): Instance;
1908719087 };
1908819088
1908919089 interface LinkError {
Original file line number Diff line number Diff line change @@ -5609,7 +5609,7 @@ declare namespace WebAssembly {
56095609
56105610 var Instance : {
56115611 prototype : Instance ;
5612- new ( module : Module , importObject ?: any ) : Instance ;
5612+ new ( module : Module , importObject ?: Imports ) : Instance ;
56135613 } ;
56145614
56155615 interface Memory {
Original file line number Diff line number Diff line change 27542754 }
27552755 },
27562756 "Instance" : {
2757+ "constructor" : {
2758+ "override-signatures" : [
2759+ " new(module: Module, importObject?: Imports): Instance"
2760+ ],
2761+ "force-references" : [
2762+ {
2763+ "type" : " Imports"
2764+ }
2765+ ]
2766+ },
27572767 "properties" : {
27582768 "property" : {
27592769 "exports" : {
You can’t perform that action at this time.
0 commit comments