Skip to content

Commit

Permalink
client does not exist in wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Jan 16, 2025
1 parent 9ae58ca commit 539248d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/store/re_grpc_client/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Communications with an Rerun Data Platform gRPC server.
#[cfg(not(target_arch = "wasm32"))]
pub mod message_proxy;

use std::{collections::HashMap, error::Error, sync::Arc};
Expand Down

0 comments on commit 539248d

Please sign in to comment.