You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update wasm-bindgen submodule to pick up unwind safety enforcement
on #[wasm_bindgen] exports (wasm-bindgen/wasm-bindgen#5128).
Add wasm-streams and gloo as submodules pointing at forks that
propagate unwind safety bounds through closures and timers. Patch
both via [patch.crates-io] so the worker crate compiles against the
new enforcement.
Refactor durable object test fixtures to use Cell wrapped in
AssertUnwindSafe, replacing RefCell. Cell is single-threaded safe
for Copy types because every operation is an atomic move with no
borrow guard to leave dangling; AssertUnwindSafe is the narrow,
honest assertion for the interior mutability fields without making
blanket promises about State/Env.
Add cargo url replacement so transitive git deps fetched via SSH
fall back to HTTPS for cargo generate users.
0 commit comments