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`
Whenever I try compiling Yew or something similar, I get this issue:
8 is kind of related but maybe not really?