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