Engineering posts about Webassembly
Curated summaries and key learnings for engineers working with Webassembly.
Cloudflare
18m
Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers
The article introduces Kitesurf, a novel browser built specifically for AI agents, operating on Cloudflare Workers using V8 isolates. It highlights the inefficiencies of traditional browser engines...
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...