Variable Global

Global: {
    prototype: WebAssembly.Global;
    new <T extends keyof ValueTypeMap = keyof ValueTypeMap>(
        descriptor: GlobalDescriptor<T>,
        v?: ValueTypeMap[T],
    ): WebAssembly.Global<T>;
}

Type declaration