interface WebAssembly.WebAssemblyInstantiatedSource
The value returned from WebAssembly.instantiate
.
Properties Jump to heading
A WebAssembly.Module
object representing the compiled WebAssembly module.
This Module
can be instantiated again, or shared via postMessage().