Windows toolchain not linked properly and not installed properly - #24
Works to fix:
[x] Fix paths for windows.
What's working:
[x] rustup toolchain list shows wasix
What's not working:
rustc +wasix --print sysroot gives the following error:
error: 'rustc.exe' is not installed for the toolchain 'wasix'
note: this is a custom toolchain, which cannot use `rustup component add`
help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py`
Issues:
Windows toolchain not linked properly and not installed properly - #24
Works to fix:
What's working:
rustup toolchain list
shows wasixWhat's not working:
rustc +wasix --print sysroot
gives the following error: