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.
Documentation Instance by Mozilla Contributors, licensed under CC-BY-SA 2.5.