webassembly
3 posts
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.
webassemblywasmcloudflare-workers+2
April 22, 2026Cloud Computing
WebAssembly 101: Three Bets, One Bytecode
A stack-agnostic map of WebAssembly's three distinct bets (browser performance, server-side WASI runtimes, edge compute) so you can tell which one a given Wasm conversation is actually about.
webassemblywasmwasi+2
April 21, 2026Development
wasmCloud + NATS: Why the Event Bus Is Where Lock-In Really Lives
An exploration thesis: vendor lock-in in event-driven systems lives in the bus topology, not the runtime; wasmCloud and NATS turn the bus into a portable primitive worth investigating.
wasmcloudnatsevent-driven+4
April 20, 2026Cloud Computing