--- title: WebAssembly.Instance.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance tags: - JavaScript - Propriété - Prototype - Reference - WebAssembly - instance translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance translation_of_original: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance/prototype original_slug: Web/JavaScript/Reference/Objets_globaux/WebAssembly/Instance/prototype ---
La propriété WebAssembly.Instance
.prototype
représente le prototype du constructeur {{jsxref("WebAssembly.Instance()")}}.
Toutes les instances de {{jsxref("WebAssembly.Instance")}} héritent de Instance.prototype
. L'objet qui est le prototype du constructeur {{jsxref("WebAssembly.Instance()")}} permet de modifier l'ensemble des instances {{jsxref( "WebAssembly.Instance")}} à travers la chaîne des prototypes.
Instance.prototype.constructor
Instance.prototype.exports
{{readonlyinline}}Aucune.
Spécification | État | Commentaires |
---|---|---|
{{SpecName('WebAssembly JS', '#webassemblymodule-objects', 'WebAssembly.Module()')}} | {{Spec2('WebAssembly JS')}} | Brouillon de définition initiale pour WebAssembly. |
{{Compat("javascript.builtins.WebAssembly.Instance.prototype")}}