Skip to content

Commit

Permalink
feat(pkarr): export same structs from wasm as in native
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Sep 22, 2024
1 parent 3a607ae commit bee4304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkarr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ if_dht! {

#[cfg(feature = "relay")]
pub mod relay;

#[cfg(target_arch = "wasm32")]
pub use relay::{Client, ClientBuilder, Settings};

0 comments on commit bee4304

Please sign in to comment.