alt.hn

12/30/2025 at 9:41:34 AM

Show HN: Lazy-image – Node.js image library with static binaries (Rust/NAPI)

https://github.com/albert-einshutoin/lazy-image

by einshutoin

12/30/2025 at 4:30:15 PM

Does it support Cloudflare workers environment?

by krthr

12/31/2025 at 4:04:08 PM

Currently, lazy-image does not support Cloudflare Workers.

lazy-image uses native modules (.node files) built with NAPI-RS, which cannot run in Cloudflare Workers' V8 Isolate environment (only WebAssembly or pure JavaScript are supported).

*Currently supported environments:* - Node.js 18+ environments (AWS Lambda, Vercel Serverless Functions, Google Cloud Functions, etc.) - Serverless environments where native binaries can execute

*Cloudflare Workers support:* - A WASM version is planned for v2.0

I appreciate your patience until v2.0 is released.

by einshutoin

12/30/2025 at 9:41:51 AM

[dead]

by einshutoin