Skip to content

Commit 9cf25b1

Browse files
committed
add Globaltype
1 parent 1e4b1c7 commit 9cf25b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

declarations.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,12 @@ declare module "@webassemblyjs/ast" {
7474
raw: string;
7575
}
7676
export class FloatLiteral extends Node {}
77+
export class GlobalType extends Node {
78+
valtype: string;
79+
}
7780
export class Global extends Node {
7881
init: Instruction[];
82+
globalType: GlobalType;
7983
}
8084
export class FuncParam extends Node {
8185
valtype: string;

0 commit comments

Comments
 (0)