Instance object - represents a WebAssembly instance Created via buildInstance(), not a constructor
Readonly
Opaque handle - do not access directly
Call an exported function by name
The exported function name
Arguments to pass to the function
The function result (or array of results for multi-return)
Instance object - represents a WebAssembly instance Created via buildInstance(), not a constructor