A WebAssembly.Instance
object is a stateful, executable instance of a WebAssembly.Module
. Instance objects contain all the Exported WebAssembly functions that allow calling into WebAssembly code from JavaScript.
Returns an object containing as its members all the functions exported from the WebAssembly module instance, to allow them to be accessed and used by JavaScript. Read-only.
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.Instance