wasix-org / cargo-wasix

Cargo wrapper for working with Webassembly wasi(x).
Apache License 2.0
54 stars 10 forks source link

fix: windows paths for rustup toolchain link #25

Closed dynamite-bud closed 1 year ago

dynamite-bud commented 1 year ago

Issues:

Windows toolchain not linked properly and not installed properly - #24

Works to fix:

What's working:

What's not working:

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`
theduke commented 1 year ago

This is not required anymore, and was already fixed.