wasix-org / cargo-wasix

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

wasix target not found in `rustup` #9

Closed dynamite-bud closed 1 year ago

dynamite-bud commented 1 year ago

wasix target is not available in rustup after installing cargo-wasix.

uzarubin commented 1 year ago

Getting the same issue -- also unable to compile any examples in the documentation. Wondering if it's related.

EDIT Once I ran curl https://get.wasmer.io/ -sSfL | sh -s "v4.0.0-beta.1" everything works.

theduke commented 1 year ago

@uzarubin the toolchain is only downloaded when you first run a commad that requires it, like cargo wasix check, cargo wasix build etc.

So this is expected behaviour.