Vertaling van "wasm" in Frans
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.
All four browsers can now run code compiled to the wasm binary format.
Les quatre navigateurs peuvent maintenant exécuter du code compilé au format binaire wasm.
This article explains the wasm text format.
Although the browser compiles it to something more efficient, wasm execution is defined in terms of a stack machine where the basic idea is that every type of instruction pushes and/or pops a certain number of i32/i64/f32/f64 values to/from a stack.
Bien que le navigateur compile le wasm en quelque chose de plus efficace, l'exécution de wasm est définie par un automate à pile où l'idée de base est que chaque type d'instruction ajoute ou retire un certain nombre de valeurs i32/i64/f32/f64 à une pile.
Using additional key advances in tooling, developers can now ship code using the wasm binary format and expect it to work for a large majority of end users.
Avec l'aide d'avancées majeures au niveau des outils, les développeurs peuvent désormais publier du code en utilisant le format binaire wasm et s'attendre à ce qu'il fonctionne pour la grande majorité des utilisateurs finaux.
A recent announcement by Mozilla celebrating widespread wasm support highlighted projects across domains ranging from computer vision to language detection and everything in between.
Une récente annonce de Mozilla célébrant le soutien répandu de wasm a mis en évidence des projets dans des domaines allant de la vision par ordinateur à la détection de la langue en passant par tout le reste.
Like in an ES2015 module, wasm functions must be explicitly exported by an export statement inside the module.
Un peu comme un module ES2015, les fonctions wasm doivent être explicitement exportées par une déclaration export dans le module.
Support for a pure LLVM compilation via a wasm backend is in progress and beginning to mature, with Rust being the first language to adopt its use in a pull request merged on Nov 20.
La prise en charge d'une compilation LLVM pure via un backend wasm est en cours et commence à mûrir, Rust étant le premier langage à adopter son utilisation dans une pull request fusionnée le 20 novembre.
This example shows that we're creating and accessing the table from JavaScript, but the same table is visible and callable inside the wasm instance too.
Dans cet exemple, on voit comment créer et manipuler le tableau depuis du code JavaScript mais ce même tableau est également accessible depuis l'instance WebAssembly.
To enable WebAssembly to be read and edited by humans, there is a textual representation of the wasm binary format.
Afin de permettre aux humains de lire et d'éditer du code WebAssembly, il y a une représentation textuelle du format binaire wasm.
If we convert our module to binary now (see Converting WebAssembly text format to wasm), we'll see just the 8 byte module header described in the binary format
Si l'on convertit notre module en binaire (voir Converting WebAssembly text format to wasm), nous obtenons l'en-tête de module de 8 octets, décrite dans le format binaire.
So usable with JavaScript or any language compiled in wasm.
Donc utilisable avec JavaScript ou tout langage compilant en wasm.
Prolog can be used in a Web application with a wasm implementation as above, or with an interpreter written in JavaScript such as Tau Prolog for example.
On peut utiliser Prolog dans une application Web avec une implémentation wasm comme ci-dessus, ou avec un interpéteur écrit en JavaScript comme Tau Prolog par exemple.
You can find full documentation on, and a guide to implementing the toolchain and compiling your own C/C++ app across to wasm at Compiling from C/C++ to WebAssembly.
Vous pouvez trouver toute la documentation sur Emscripten à l'adresse, et un guide pour exploiter la chaîne de compilation et ainsi compiler votre propre application C/C++ en wasm à l'adresse Compiler du C/C++ en WebAssembly.