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 code
De plus, vous ne devez même pas savoir comment créer du code WebAssembly pour en profiter.
What's more, you don't even have to know how to create WebAssembly code to take advantage of it.
Être rapide, efficace et portable - Le code WebAssembly peut être exécuté à une vitesse proche du natif sur plusieurs plateformes en profitant des capacités matérielles communes.
Be fast, efficient, and portable - WebAssembly code can be executed at near-native speed across different platforms by taking advantage of common hardware capabilities.
Cela permet de tirer parti des performances de WebAssembly et de la flexibilité de JavaScript, même si on ne sait pas écrire du code WebAssembly.
This allows you to take advantage of WebAssembly's performance and power and JavaScript's expressiveness and flexibility in the same apps, even if you don't know how to write WebAssembly code.
Un objet WebAssembly.Module contient du code WebAssembly, sans état, qui a déjà été compilé par le navigateur et qui peut être partagé dans les web workers, mis en cache dans IndexedDB et instancié à plusieurs reprises.
A WebAssembly.Module object contains stateless WebAssembly code that has already been compiled by the browser and can be efficiently shared with Workers, and instantiated multiple times.
Compatibilité des navigateurs Voir aussi Un objet WebAssembly.Module contient du code WebAssembly, sans état et qui a déjà été compilé par le navigateur.
A WebAssembly.Module object contains stateless WebAssembly code that has already been compiled by the browser and can be efficiently shared with Workers, and instantiated multiple times.
Les deux différents type de code peuvent s'appeler si nécessaire - l'API WebAssembly JavaScript enveloppe le code exporté avec des fonctions JavaScript qui peuvent être appelées normalement et le code WebAssembly peut importer et appeler normalement de manière synchrone les fonctions JavaScript.
The different code types can call each other as required - the WebAssembly JavaScript API wraps exported WebAssembly code with JavaScript functions that can be called normally, and WebAssembly code can import and synchronously call normal JavaScript functions.
La fonction WebAssembly.instantiate() permet de compiler et d'instancier du code WebAssembly.
The WebAssembly.instantiate() function allows you to compile and instantiate WebAssembly code.
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
Charger du code WebAssembly grâce à la fonction WebAssembly.instantiate()
Loading WebAssembly code, using the WebAssembly.instantiate() function.
Afin de permettre aux humains de lire et d'éditer du code WebAssembly, il y a une représentation textuelle du format binaire wasm.
To enable WebAssembly to be read and edited by humans, there is a textual representation of the wasm binary format.
Ce constructeur permet de créer un objet WebAssembly RuntimeError. Exemples Dans cet exemple, on récupère le code WebAssembly grâce à la fonction fetch() puis on compile et on instancie le module grâce à la fonction WebAssembly.instantiate().
Creates a new WebAssembly Table After fetching some WebAssembly bytecode using fetch, we compile and instantiate the module using the WebAssembly.instantiate() function, importing a JavaScript function into the WebAssembly Module in the process.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.