Frontend
27 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
Flexbox
CSS layout module for one-dimensional item arrangement
DOM
Programming interface representing web page structure as a tree
Shadow DOM
Web standard for encapsulated DOM and styling isolation
Virtual DOM
Lightweight DOM copy for efficient UI updates
Server Components
React components rendering on the server for better performance
Webpack
Module bundler for compiling and optimizing JS assets