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
fix(docker): Pin Rust nightly for WASM build compatibility
Rust 1.93+ removed -Zbuild-std support for wasm32-unknown-emscripten.
Pin to nightly-2026-01-20 which still supports this feature, required
for building cdylib crate type for Godot WASM exports.
0 commit comments