Skip to main content

exports

property WebAssembly.Instance.prototype.exports

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.

Back to top