File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 298
298
* Module#** addCustomSection** (name: ` string ` , contents: ` Uint8Array ` ): ` void ` <br />
299
299
Adds a custom section to the binary.
300
300
301
- * Module#** autoDrop** (): ` void ` <br />
302
- Enables automatic insertion of ` drop ` operations where needed. Lets you not worry about dropping when creating your code.
303
-
304
301
* ** getFunctionInfo** (ftype: ` FunctionRef ` : ` FunctionInfo ` <br />
305
302
Obtains information about a function.
306
303
Original file line number Diff line number Diff line change @@ -1840,7 +1840,6 @@ declare module binaryen {
1840
1840
optimizeFunction ( func : string | FunctionRef ) : void ;
1841
1841
runPasses ( passes : string [ ] ) : void ;
1842
1842
runPassesOnFunction ( func : string | FunctionRef , passes : string [ ] ) : void ;
1843
- autoDrop ( ) : void ;
1844
1843
dispose ( ) : void ;
1845
1844
emitBinary ( ) : Uint8Array ;
1846
1845
emitBinary ( sourceMapUrl : string | null ) : { binary : Uint8Array ; sourceMap : string | null ; } ;
You can’t perform that action at this time.
0 commit comments