image info

What is WebAssembly (WASM)?

Geniousoft
1 min readFeb 26, 2023

WebAssembly (WASM) is a new type of code that can be run in modern web browsers — it is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such as C/C++ and Rust with a compilation target so that they can run on the web. It is also designed to run alongside JavaScript, allowing both to work together.

The most frequently used fields for this article are:

  1. Performance: WASM offers near-native performance, making it a great choice for computationally intensive tasks.
  2. Portability: WASM is a cross-platform format, meaning it can run on any modern web browser.
  3. Interoperability: WASM is designed to work alongside JavaScript, allowing both to work together.

In terms of technologies related to WASM, there are a number of tools and frameworks available to help developers create and deploy WASM applications. For example, Emscripten is a popular open-source compiler that can be used to compile C and C++ code into WASM, while WebAssembly Studio is a web-based IDE for creating, testing, and deploying WASM applications. Additionally, there are a number of frameworks such as AssemblyScript and WasmFiddle that can be used to create WASM applications.

--

--

Geniousoft
Geniousoft

Written by Geniousoft

Humble developers team and infos

No responses yet