rust
3 posts
rust
Nub vs Vite+: Two Rust Toolchains for Opposite Ends of the JS Stack
Nub and Vite+ are both 2026 oxc-powered Rust toolchains that look like rivals but are not. A clear rule for which binary belongs in which repo.
javascript · typescript · vite +3
July 11, 2026Development
Deploying a WASM Image-Resize Module to Cloudflare Workers
An exploration of whether a Rust + WASM image-resize handler fits inside Cloudflare Workers' binary-size, memory, and CPU ceilings before the POC runs.
webassembly · cloudflare · rust +1
April 22, 2026Cloud Computing
esbuild, SWC, and Vite: Why Native Build Tools Replaced Webpack1/1
How native tools like esbuild, SWC, and Vite solved webpack's speed problems, taking builds from tens of seconds down to milliseconds.
esbuild · build-tools · vite +4
September 4, 2025Development