koute/stdweb
A standard library for the client-side Web observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3461
- days_rel: n/a
- days_push: 917
- n_releases_24m: 0
Adoption not part of the score
3453 stars · 178 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
stdweb is a Rust crate providing bindings to client-side Web APIs and interoperability between Rust and JavaScript, targeting WebAssembly and asm.js via Emscripten. It lets you embed JavaScript in Rust, pass data via serde, and export Rust functions callable from JS.
Use cases
- call web browser APIs from Rust
- compile Rust to WebAssembly for the browser
- embed JavaScript code inside Rust code
- export Rust functions to JavaScript
- pass Rust structs to JavaScript with serde
- build frontend apps in Rust
When to choose
- you're maintaining an existing Rust/Wasm project already built on stdweb
- you need fine-grained, low-level Rust-JS interop with inline js! macros
- you target Emscripten or asm.js as well as WebAssembly
When to avoid
- starting a new Rust web project - prefer wasm-bindgen/web-sys, which is the actively developed ecosystem standard
- you need broad, up-to-date coverage of modern Web APIs
- you need guaranteed ongoing maintenance and new feature development
Facets
library · maturity maintenance
sdk frontend-framework developer-tools web-development frontend programming-languages rust wasm browser webassembly javascript-interop emscripten asmjs rust-to-js web-apis web-server
2 sources
- readme: https://github.com/koute/stdweb · fetched 2026-08-28 · e4cea001668f
- registry_crates: https://crates.io/api/v1/crates/stdweb · fetched 2026-08-29 · 213cd22435fa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| koute/stdweb | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem