massivebird / dotfiles

My Linux machine configuration
1 stars 0 forks source link

bug: cannot compile Rust web frameworks #9

Open massivebird opened 1 year ago

massivebird commented 1 year ago

Whenever I try compiling Yew or something similar, I get this issue:

error[E0463]: can't find crate for `core`
  |
  = note: the `wasm32-unknown-unknown` target may not be installed
  = help: consider downloading the target with `rustup target add wasm32-unknown-unknown`

8 is kind of related but maybe not really?

massivebird commented 1 year ago

Running the recommended rustup command appears to install the target, but the error persists ;_;