# cloudflare/workers-rs

Write Cloudflare Workers in 100% Rust via WebAssembly

Repository: https://github.com/cloudflare/workers-rs
Canonical: https://ross.abutalabs.com/products/workers-rs
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: cloudflare, workers, webassembly, rust, ffi, serverless, workers-rs
Last push: 2026-08-20T23:52:37+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 88, longevity 100
- inputs: {"age_days": 1849, "days_push": 13, "days_rel": 82, "gap_med": 13.5, "n_releases_24m": 29}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3639, forks 424 (observed 2026-08-28T04:08:12.790728+00:00)

## What it is
Ergonomic Rust bindings for the Cloudflare Workers runtime, letting developers write entire Workers in Rust compiled to WebAssembly. It provides macros, request/response types, and integration with standard http crate types and frameworks like axum.

## Use cases
- write cloudflare workers in rust
- build serverless edge functions with rust
- compile rust to webassembly for cloudflare
- handle http requests in a worker via wasm
- deploy rust code to cloudflare edge with wrangler

## When to choose
- you want to write Cloudflare Workers in Rust instead of JavaScript
- you need strong typing and performance at the edge
- you want to reuse existing Rust crates in a serverless worker

## When to avoid
- you prefer JavaScript/TypeScript for Workers development
- you need a runtime other than Cloudflare Workers
- your dependencies cannot compile to wasm32-unknown-unknown

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, wasm, sdk
- domain: web-development, developer-tools, cloud-computing
- platform: rust, wasm, cloud, serverless
- tags: cloudflare-workers, serverless, webassembly, edge-computing, rust-bindings

## Member repositories
- cloudflare/workers-rs (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:12.790728+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:48.742238+00:00, confidence not recorded.
  - readme: https://github.com/cloudflare/workers-rs (fetched 2026-08-28T04:08:12.790728+00:00, sha a93357b2d957)
- Data as of 2026-08-30T08:39:29.467469+00:00.
