Skip to content

Commit 3825fd5

Browse files
authored
Add missing readBinaryWithFetures
1 parent 9f68e51 commit 3825fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,6 +2313,7 @@ declare module binaryen {
23132313

23142314
function emitText(expression: ExpressionRef | Module): string;
23152315
function readBinary(data: Uint8Array): Module;
2316+
function readBinaryWithFeatures(data: Uint8Array, features: Features): Module;
23162317
function parseText(text: string): Module;
23172318
function getOptimizeLevel(): number;
23182319
function setOptimizeLevel(level: number): number;

0 commit comments

Comments
 (0)