We recently undertook an effort to improve the reliability of Rust Workers, which involved implementing panic=unwind and abort recovery in Wasm Bindgen using WebAssembly Exception Handling. Excited to be able to share this work! blog.cloudflare.com/making-rust-...
Making Rust Workers reliable: panic and abort recovery in wasm‑bindgen
Panics in Rust Workers were historically fatal, poisoning the entire instance. By collaborating upstream on the wasm‑bindgen project, Rust Workers now support resilient critical error recovery, includ...
blog.cloudflare.com