You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using cargo-wasi for Shopify functions. However, whenever I run cargo wasi run, the following error shows error: failed to find the wasm32-wasitarget installed, and rustup is also not detected, you'll need to be sure to install thewasm32-wasi target before using this command.
I've tried rustup target add wasm32-wasi command. And I am using mac m1.
The text was updated successfully, but these errors were encountered:
so you may have multiple rustc binaries in your $PATH and you probably want to prefer the rustup-installed one if you're using rustup to install the wasm32-wasi target.
I am using cargo-wasi for Shopify functions. However, whenever I run
cargo wasi run
, the following error showserror: failed to find the
wasm32-wasitarget installed, and rustup is also not detected, you'll need to be sure to install the
wasm32-wasitarget before using this command
.I've tried
rustup target add wasm32-wasi
command. And I am using mac m1.The text was updated successfully, but these errors were encountered: