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 494494* Module#** emitText** (): ` string ` <br />
495495 Returns the module in Binaryen's s-expression text format (not official stack-style text format).
496496
497- * Module#** emitStackIR** (optimize?: ` boolean ` ): ` string ` <br />
497+ * Module#** emitStackIR** (): ` string ` <br />
498498 Returns the module in official stack-style text format.
499499
500500* Module#** emitAsmjs** (): ` string ` <br />
Original file line number Diff line number Diff line change @@ -1769,7 +1769,7 @@ declare module binaryen {
17691769 getTableByIndex ( index : number ) : TableRef ;
17701770 getElementSegmentByIndex ( index : number ) : ElementSegmentRef ;
17711771 emitText ( ) : string ;
1772- emitStackIR ( optimize ?: boolean ) : string ;
1772+ emitStackIR ( ) : string ;
17731773 emitAsmjs ( ) : string ;
17741774 validate ( ) : number ;
17751775 optimize ( ) : void ;
You can’t perform that action at this time.
0 commit comments