We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d92e41 commit 1b96e19Copy full SHA for 1b96e19
crates/re_viewer/src/misc/log_db.rs
@@ -89,7 +89,6 @@ impl LogDb {
89
}
90
91
/// In the order they arrived
92
- #[cfg(not(target_arch = "wasm32"))]
93
pub fn chronological_log_messages(&self) -> impl Iterator<Item = &LogMsg> {
94
self.chronological_message_ids
95
.iter()
0 commit comments