13 Ocak 2023 Cuma

Web Assembly - WASM

Giriş
Not : Embedding Wasm in Hazelcast yazısına bakılabilir. Kodu burada
Docker üzerinde WASM çalıştırmak için bir yazı burada

WebAssemby (Wasm) Nedir?
Açıklaması şöyle. Tarayıcıda çalışıyor. Üst seviye bir programlama dili, alt seviye bir başka dile derleniyor.
WebAssembly, or Wasm for short, is a new type of code that can be run in modern web browsers and provides new features and major gains in performance. It is not primarily intended to be written by hand; rather, it is designed to be an effective compilation target for source languages like C, C++, Rust, etc.

That means developers can code web client applications in a programming language of their choice, compile them down to Wasm, and run them inside the browser at near-native speed. Additionally, Wasm brings other advantages, such as portability, security (via sandboxed execution in the browser), and debugability.

Şeklen şöyle



Hiç yorum yok:

Yorum Gönder