Languages & Frameworks

WebAssembly

English

Overview

A binary instruction format that runs in the browser at close to native speed.

Details

Code written in languages like C/C++ or Rust can be compiled to it, and it runs alongside JavaScript. It's used to bring performance-critical work — image and video processing, games, and more — into web apps.

More Programming terms