File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 494
494
* Module#** emitText** (): ` string ` <br />
495
495
Returns the module in Binaryen's s-expression text format (not official stack-style text format).
496
496
497
- * Module#** emitStackIR** (optimize?: ` boolean ` ): ` string ` <br />
497
+ * Module#** emitStackIR** (): ` string ` <br />
498
498
Returns the module in official stack-style text format.
499
499
500
500
* Module#** emitAsmjs** (): ` string ` <br />
Original file line number Diff line number Diff line change @@ -1769,7 +1769,7 @@ declare module binaryen {
1769
1769
getTableByIndex ( index : number ) : TableRef ;
1770
1770
getElementSegmentByIndex ( index : number ) : ElementSegmentRef ;
1771
1771
emitText ( ) : string ;
1772
- emitStackIR ( optimize ?: boolean ) : string ;
1772
+ emitStackIR ( ) : string ;
1773
1773
emitAsmjs ( ) : string ;
1774
1774
validate ( ) : number ;
1775
1775
optimize ( ) : void ;
You can’t perform that action at this time.
0 commit comments