wasmer depends on the `__rust_probestack` symbol here: https://github.com/wasmerio/wasmer/blob/d8f313ba71ff9c79fcaa936fc3d0e072d36bab1c/lib/vm/src/probestack.rs#L62 With https://github.com/rust-lang/rust/pull/141992, this symbol is now mangled and no longer exposed (on nightly). Therefore, building wasmer fails during linking, see https://github.com/rust-lang/rust/issues/142612. See https://github.com/rust-lang/rust/issues/142612#issuecomment-2979610059 for a proposed fix