ranile/gloo
A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 94
- Release rhythm 76
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 2750
- days_rel: 161
- days_push: 41
- n_releases_24m: 12
Adoption not part of the score
1999 stars · 165 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Gloo is a modular toolkit of Rust crates providing ergonomic wrappers around browser APIs for WebAssembly development. It sits on top of the raw web-sys/js-sys bindings and can be used as an umbrella crate or as individual crates like net, storage, timers, and worker.
Use cases
- use browser APIs from Rust without fighting raw web-sys bindings
- build a web application frontend in Rust and WASM
- access localStorage and browser storage from Rust
- make HTTP requests from a WASM module
- use timers, events, and dialogs from Rust in the browser
- build a small targeted WASM library to embed in a JavaScript project
When to choose
- you are writing Rust compiled to WebAssembly and want ergonomic, idiomatic wrappers for browser APIs
- you want to pick individual crates (net, storage, timers) instead of a monolithic framework
- you are building libraries or apps on top of web-sys/js-sys and want a batteries-included layer
When to avoid
- you need a full UI framework with a virtual DOM and components - use Yew or Leptos instead
- your project is pure JavaScript/TypeScript with no Rust toolchain
- you target non-browser WASM environments like server-side WASI
Facets
library · maturity active
sdk developer-tools http-client websocket file-system caching web-framework web-development frontend cross-platform developer-tools wasm rust browser rust-wasm web-sys js-sys browser-apis modular-crates frontend web-server
2 sources
- readme: https://github.com/ranile/gloo · fetched 2026-08-28 · 85c52d5615c8
- homepage: https://gloo-rs.web.app · fetched 2026-08-29 · 8c9ee92c7add
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ranile/gloo | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem