We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a607ae commit ea484f6Copy full SHA for ea484f6
pkarr/src/lib.rs
@@ -48,3 +48,6 @@ if_dht! {
48
49
#[cfg(feature = "relay")]
50
pub mod relay;
51
+
52
+#[cfg(target_arch = "wasm32")]
53
+pub use relay::{Client, ClientBuilder, Settings};
0 commit comments