Engineering posts about Webassembly
Curated summaries and key learnings for engineers working with Webassembly.
Cloudflare
11m
Making Rust Workers reliable: panic and abort recovery in wasm‑bindgen
The article discusses the implementation of panic and abort recovery mechanisms in Rust Workers running on the Cloudflare Workers platform, which compiles Rust to WebAssembly. It highlights the...
Cloudflare
12m
Python Workers redux: fast cold starts, packages, and a uv-first workflow
The article discusses the advancements in Python Workers on the Cloudflare platform, highlighting improvements in cold start times, package support, and deployment processes. It emphasizes the...