Open zshipko opened 2 weeks ago
It seems like after 1.81 rust requires some (nightly only?) flags to build the wasm code correctly. See https://blog.rust-lang.org/2024/09/24/webassembly-targets-change-in-default-target-features.html
The only solution that works (which is from that link) requires switching to nightly. We need to figure out what the trade-offs are between switching to nightly or only supporting <= 1.81
It seems like after 1.81 rust requires some (nightly only?) flags to build the wasm code correctly. See https://blog.rust-lang.org/2024/09/24/webassembly-targets-change-in-default-target-features.html