webassembly
3 posts
webassembly
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
WebAssembly Use Cases: Browser, WASI Server, and Edge Compute
A stack-agnostic map of WebAssembly's three bets (browser performance, server-side WASI, edge compute) so you can tell which one a Wasm talk is about.
webassembly · edge-computing · architecture
April 21, 2026Development
wasmCloud and NATS: Making the Event Bus Portable
An exploration thesis: vendor lock-in in event-driven systems lives in the bus topology, not the runtime, and wasmCloud plus NATS make the bus portable.
webassembly · messaging · event-driven +3
April 20, 2026Cloud Computing