Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: cannot compile Rust web frameworks #9

Open
massivebird opened this issue Oct 31, 2023 · 1 comment
Open

bug: cannot compile Rust web frameworks #9

massivebird opened this issue Oct 31, 2023 · 1 comment
Labels
bug Something isn't working rust Related to Rust or cargo

Comments

@massivebird
Copy link
Owner

massivebird commented Oct 31, 2023

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
Copy link
Owner Author

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

@massivebird massivebird added bug Something isn't working rust Related to Rust or cargo labels Oct 31, 2023
@massivebird massivebird changed the title Cannot compile Rust web frameworks bug: cannot compile Rust web frameworks Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rust Related to Rust or cargo
Projects
None yet
Development

No branches or pull requests

1 participant