Definition
WebAssembly JavaScript Interface defines WebAssembly.Global
[LegacyNamespace=WebAssembly, Exposed=*]
interface Global {
constructor(GlobalDescriptor descriptor, optional any v);
any valueOf();
attribute any value;
};
WebAssembly.Global
interfaceWebAssembly JavaScript Interface defines WebAssembly.Global
[LegacyNamespace=WebAssembly, Exposed=*]
interface Global {
constructor(GlobalDescriptor descriptor, optional any v);
any valueOf();
attribute any value;
};
WebAssembly.Global