-
Anytime I run 'cargo cw-optimizoor' I'm getting failed builds with a bunch of registry errors, any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
triccs
Jan 8, 2023
Replies: 1 comment 3 replies
-
my wasm target wasn't up to date so fixed by readding it rustup target add wasm32-unknown-unknown |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mandrean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my wasm target wasn't up to date so fixed by readding it
rustup target add wasm32-unknown-unknown