wasix-org/cargo-wasix

Release v2023-07-21.1 does not have a prebuilt toolchain for host x86_64-pc-windows-msvc

Closed this issue · 3 comments

Hello! I am using Windows 11 and am facing this problem.

> cargo wasix check
Finding latest release... (https://api.github.com/repos/wasix-org/rust/releases/latest)...
Could not download pre-built toolchain: Release v2023-07-21.1 does not have a prebuilt toolchain for host x86_64-pc-windows-msvc
error: Download of pre-built toolchain failed

Caused by:
    Release v2023-07-21.1 does not have a prebuilt toolchain for host x86_64-pc-windows-msvc

@sergree New toolchain has been uploaded here.

Can you try it again ?

@dynamite-bud Thank you for the fast response!
I've got new error:

> cargo wasix check
Finding latest release... (https://api.github.com/repos/wasix-org/rust/releases/latest)...
Downloading sysroot from url 'https://github.com/wasix-org/rust/releases/download/v2023-07-21.1/wasix-libc.tar.gz'...
Extracting...
Downloading Rust toolchain from url 'https://github.com/wasix-org/rust/releases/download/v2023-07-21.1/rust-toolchain-x86_64-pc-windows-msvc.tar.gz'...
Extracting...
Downloaded toolchain x86_64-pc-windows-msvc to C:\Users\sssss\AppData\Roaming\cargo-wasix\toolchains\x86_64-pc-windows-msvc_v2023-07-21.1\rust
Activating rustup toolchain wasix at C:\Users\sssss\AppData\Roaming\cargo-wasix\toolchains\x86_64-pc-windows-msvc_v2023-07-21.1\rust...
error: Invalid toolchain directory: rustc executable not found at C:\Users\sssss\AppData\Roaming\cargo-wasix\toolchains\x86_64-pc-windows-msvc_v2023-07-21.1\rust\bin/rustc

Released a new version of cargo-wasix This should work fine now.
https://crates.io/crates/cargo-wasix
in version 0.1.21