# developit/workerize-loader

🏗️ Automatically move a module into a Web Worker (Webpack loader)

Repository: https://github.com/developit/workerize-loader
Canonical: https://ross.abutalabs.com/products/workerize-loader
Homepage: https://npm.im/workerize-loader
Language: JavaScript
License Family: other
Topics: webpack-loader, webpack-plugin, webpack, worker, web-worker
Last push: 2022-06-02T23:25:47+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3158, "days_push": 1553, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2308, forks 85 (observed 2026-08-28T04:06:35.898889+00:00)

## What it is
A Webpack loader that automatically moves a JavaScript module and its dependencies into a Web Worker, exposing exported functions as asynchronous RPC proxies. It bundles a tiny RPC implementation and works seamlessly with async/await syntax.

## Use cases
- run expensive computations off the main thread in a browser app
- move a module into a web worker without writing worker boilerplate
- call worker functions as if they were normal async functions
- offload CPU-intensive loops from the UI thread
- bundle worker code with webpack including its dependencies
- inline a web worker as a blob in a webpack build

## When to choose
- you use Webpack and want minimal-effort Web Worker integration
- you want exported module functions automatically proxied as async worker calls
- you need worker code bundled with its dependencies

## When to avoid
- you don't use Webpack as your bundler
- you need fine-grained control over worker messaging or transferable objects
- the project needs actively maintained tooling for modern bundlers like Vite

## Facets
- artifact type: library
- maturity: maintenance
- function: build-tool, rpc, concurrency
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: webpack-loader, web-worker, javascript, async, nodejs, web-server

## Member repositories
- developit/workerize-loader (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:35.898889+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-30T02:39:36.651213+00:00, confidence not recorded.
  - readme: https://github.com/developit/workerize-loader (fetched 2026-08-28T04:06:35.898889+00:00, sha b8468f2839d1)
  - registry_npm: https://registry.npmjs.org/workerize-loader (fetched 2026-08-29T10:20:07.729774+00:00, sha b27b17c085b1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
