You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: