Closed dynamite-bud closed 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.
@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.
wasix
target is not available inrustup
after installingcargo-wasix
.