# Objective - Some crates don't compile or have clippy warnings when building for wasm32 ## Solution - bevy_asset: unused lifetime - bevy_gltf: the error is not too large in wasm32 - bevy_remote: fails to compile as feature http is also gated on wasm32 - bevy_winit: unused import `error` |
||
|---|---|---|
| .. | ||
| accessibility.rs | ||
| converters.rs | ||
| cursor.rs | ||
| custom_cursor.rs | ||
| lib.rs | ||
| state.rs | ||
| system.rs | ||
| winit_config.rs | ||
| winit_monitors.rs | ||
| winit_windows.rs | ||