On this page
WebAssembly.WebAssemblyInstantiatedSource
The value returned from WebAssembly.instantiate
.
interface WebAssemblyInstantiatedSource {
instance: Instance;
module: Module;
}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.WebAssemblyInstantiatedSource