A full-stack isomorphic Rust web framework with fine-grained reactivity that runs on both server and WebAssembly.
Leptos is a full-stack web framework for Rust that shares code between a server-side rendered backend and a WebAssembly frontend. Its fine-grained reactive system — inspired by SolidJS — tracks dependencies at the signal level rather than re-rendering entire component trees, making it exceptionally efficient for complex UIs. Leptos supports server functions (type-safe RPC calls), suspense, streaming SSR, and islands architecture. It is increasingly used for building high-performance web applications where both Rust's safety guarantees and Wasm's execution speed are desired.
A modern Rust framework for building multi-threaded frontend web applications compiled to WebAssembly.
The leading WebAssembly runtime with support for WASIX, WASI, and a public package registry.
A fast and secure WebAssembly runtime built by the Bytecode Alliance with full WASI and Component Model support.