
What is WebAssembly (Wasm) primarily designed to provide in web browsers?
Medium
Create a free account to see more questions and build your own quiz.
Get StartedWhat is WebAssembly (Wasm) primarily designed to provide in web browsers?
Options:
- A portable binary instruction format that runs at near-native speed for web applications
- A new stylesheet language to replace CSS for layout and design
- A browser-based database engine for client-side SQL queries
- A peer-to-peer file-sharing protocol built into browsers
Correct answer: A portable binary instruction format that runs at near-native speed for web applications
Explanation: WebAssembly is a compact, portable binary instruction format intended to run code at near-native speed inside browsers for performance-critical web apps. Major browsers began shipping Wasm support around 2017.
Created . Updated .