Comment by huem0n 11 days ago I see Rust+WASM mentioned; does the stack include Yew, Leptos, or a similar Rust-frontend framework? 1 comment huem0n Reply rossng 11 days ago Nope, our frontend is a TypeScript+React app.We compile Rust to WASM and pull it in as library code for use in the frontend. It lets us reuse data structures, algorithms etc. that are also used in backend code.
rossng 11 days ago Nope, our frontend is a TypeScript+React app.We compile Rust to WASM and pull it in as library code for use in the frontend. It lets us reuse data structures, algorithms etc. that are also used in backend code.
Nope, our frontend is a TypeScript+React app.
We compile Rust to WASM and pull it in as library code for use in the frontend. It lets us reuse data structures, algorithms etc. that are also used in backend code.