WebIDLpedia

WebAssembly.Global interface

Definition

WebAssembly JavaScript Interface defines WebAssembly.Global



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

Methods and attributes that return objects implementing WebAssembly.Global