class WebAssembly.Instance
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.
[MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance)