WebWasmWebAssembly.WebAssemblyInstantiatedSourceinterface WebAssembly.WebAssemblyInstantiatedSourceThe value returned from WebAssembly.instantiate. Properties ##instance: Instance#module: ModuleA WebAssembly.Module object representing the compiled WebAssembly module. This Module can be instantiated again, or shared via postMessage().
interface WebAssembly.WebAssemblyInstantiatedSourceThe value returned from WebAssembly.instantiate. Properties ##instance: Instance#module: ModuleA WebAssembly.Module object representing the compiled WebAssembly module. This Module can be instantiated again, or shared via postMessage().