Frontend
151 views
WebAssembly
Quick Definition
Binary format enabling near-native performance in browsers
Full Definition
A binary instruction format enabling near-native performance in web browsers.
Examples
Rust-to-WASM, C++ in browser, game engines, video processing
Related Terms
javascript
performance
browser
More Frontend Terms
Webpack
Module bundler for compiling and optimizing JS assets
TypeScript
Superset of JavaScript with static type checking
Single-Page Application
Web app that loads once and dynamically updates content
Context API
React mechanism for sharing state without prop drilling
Component Library
Pre-built reusable UI components for faster development
Server Components
React components rendering on the server for better performance