WebIDLpedia

WebAssembly.Instance interface

Definition

WebAssembly JavaScript Interface defines WebAssembly.Instance



[LegacyNamespace=WebAssembly, Exposed=*]
interface Instance {
  constructor(Module module, optional object importObject);
  readonly attribute object exports;
};

Methods and attributes that return objects implementing WebAssembly.Instance

Referring IDL interfaces/dictionaries