We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4b1c7 commit 9cf25b1Copy full SHA for 9cf25b1
declarations.d.ts
@@ -74,8 +74,12 @@ declare module "@webassemblyjs/ast" {
74
raw: string;
75
}
76
export class FloatLiteral extends Node {}
77
+ export class GlobalType extends Node {
78
+ valtype: string;
79
+ }
80
export class Global extends Node {
81
init: Instruction[];
82
+ globalType: GlobalType;
83
84
export class FuncParam extends Node {
85
valtype: string;
0 commit comments