diff --git a/crates/re_viewer/src/store_hub.rs b/crates/re_viewer/src/store_hub.rs index 6e99dda2f522..705a8dc07114 100644 --- a/crates/re_viewer/src/store_hub.rs +++ b/crates/re_viewer/src/store_hub.rs @@ -27,6 +27,7 @@ pub struct StoreHub { store_dbs: StoreBundle, // The number of rows in the blueprint the last time it was saved + #[cfg(not(target_arch = "wasm32"))] blueprint_last_save: HashMap, }