Frontend
150 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
Server-Side Rendering
Rendering web pages on the server for initial load
CSS
Stylesheet language controlling web page presentation
Lazy Loading
Deferring resource loading until needed
CSS-in-JS
Styling approach writing CSS within JavaScript files
DOM
Programming interface representing web page structure as a tree
Angular
Full-featured TypeScript framework for single-page apps