What is Gloo?
masterGloo is a modular toolkit consisting of a collection of libraries that provide ergonomic Rust wrappers for browser APIs. It is designed to bridge the gap between the raw, often difficult-to-use web-sys and js-sys bindings and the idiomatic, high-level patterns expected in Rust development.
Because it is a toolkit rather than a monolithic framework, you can use the entire collection to build a full Web application, or you can pick and choose individual utility crates to integrate small, targeted Wasm modules into existing JavaScript projects.