Interface WebAssemblyInstantiatedSource

interface WebAssemblyInstantiatedSource {
    instance: WebAssembly.Instance;
    module: WebAssembly.Module;
}

Properties

Properties