FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.69k stars 348 forks source link

WebAssembly build is broken on Rust 1.73, but works on 1.72.1 #543

Closed mrDIMAS closed 8 months ago

mrDIMAS commented 12 months ago

There's a regression in Rust 1.73 - https://github.com/rust-lang/rust/issues/116516

mrDIMAS commented 11 months ago

Should be fixed in Rust 1.74, for now any WebAssembly builds should be done with 1.72.1 compiler.