Download for Windows Premium
Publiciteit
module webassembly

Vertaling van "module webassembly" in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
webassembly module
Tout code dans un module WebAssembly est regroupé en fonctions, qui ont la structure suivante (en pseudo-code)
All code in a webassembly module is grouped into functions, which have the following pseudo-code structure
Cet article détaille comment convertir un module WebAssembly rédigé dans un format texte en un fichier binaire.wasm.
This article provides a guide on how to convert a WebAssembly module written in the text format into a.wasm binary.
La propriété exports du prototype de WebAssembly.Instance est une propriété en lecture seul qui renvoie un objet dont les propriétés sont les différentes fonctions exportées depuis l'instance du module WebAssembly.
The exports readonly property of the WebAssembly.Instance object prototype 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.
imports: La méthode WebAssembly.imports() renvoie un tableau qui contient les références des fonctions importées qui sont disponibles dans un module WebAssembly donné.
imports: The WebAssembly.imports() function returns an array containing descriptions of all the declared imports of the given Module.
Une fois le module WebAssembly chargé, on souhaitera l'utiliser... Dans cet article, on verra comment utiliser WebAssembly grâce à l'API JavaScript associée.
Once you've loaded a.wasm module, you'll want to use it. In this article we show you how to use WebAssembly via the WebAssembly JavaScript API.
customSections: La méthode WebAssembly.customSections() renvoie un tableau qui contient les sections personnalisées (custom sections) disponibles dans un module WebAssembly et qui ont un nom donné.
customSections: The WebAssembly.customSections() function returns a copy of the contents of all custom sections in the given module with the given string name. D
Un objet WebAssembly.Instance représente un objet exécutable, avec un état, qui est une instance d'un module WebAssembly. Un objet Instance contient l'ensemble des fonctions WebAssembly exportées qui permettent d'invoquer du code WebAssembly depuis du code JavaScript.
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. 781
API, Constructeur, Experimental, JavaScript, Reference, WebAssembly, instance Un objet WebAssembly.Instance représente un objet exécutable, avec un état, qui est une instance d'un module WebAssembly.
API, Constructor, JavaScript, Reference, 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.
Un tableau typé ou un ArrayBuffer qui contient le bytecode du module WebAssembly qu'on souhaite compiler.
A typed array or ArrayBuffer containing the binary code of the.wasm module you want to compile.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor module webassembly in het Frans

Publiciteit

Resultaten: 9. Exact: 9. Verstreken tijd: 29 ms.