Source: wasmedge Version: 0.14.1+dfsg-3 Severity: normal X-Debbugs-Cc: debian-r...@lists.debian.org, debian@fabian.gruenbichler.email
Hi! wasmedge's capi-wasi-env autopkgtest uses the wasm-wasi Rust target, which has been deprecated for a while upstream and finally removed with rustc 1.84.0. This test is now failing since rustc 1.84.0 hit unstable. wasm-wasip1 is a drop-in replacement, switching over the --target argument and target/... directory makes the test pass again. Since this will block rustc migration to testing, I will upload an NMU in a few days unless you beat me to it ;) Thanks, Fabian