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

[feature] Error message for non-wasm32-unknown-unknown compatible crates #869

Open
bicarlsen opened this issue Sep 8, 2024 · 1 comment

Comments

@bicarlsen
Copy link
Contributor

Currently if a crate is not wasm32-unknown-unknown compatible, strange errors can be seen (See this issue on Tauri).

Would it be possible to check if a crate or any of its dependencies are not compatible with the wasm32-unknown-unknown target and return an error message indicating as such?

@ctron
Copy link
Collaborator

ctron commented Oct 25, 2024

Hm, I am wondering how we could actually detect this. You can just compile any crate to any target, unless it then fails due to some build errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants