Advanced Web & Software Development
Q89 / 100

What is WebAssembly (WASM) and what does it enable?

Correct! Well done.

Incorrect.

The correct answer is B) A binary instruction format running near-native speed in browsers, enabling high-performance code from C/C++/Rust to run alongside JavaScript

B

Correct Answer

A binary instruction format running near-native speed in browsers, enabling high-performance code from C/C++/Rust to run alongside JavaScript

Explanation

WASM enables compute-intensive code (image editing, 3D rendering, video encoding, games) in browsers at near-native speed. AutoCAD, Figma, Google Earth use WASM. WASI extends it to server-side.

Progress
89/100