Skip to content

Commit ea484f6

Browse files
committed
feat(pkarr): export same structs from wasm as in native
1 parent 3a607ae commit ea484f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkarr/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ if_dht! {
4848

4949
#[cfg(feature = "relay")]
5050
pub mod relay;
51+
52+
#[cfg(target_arch = "wasm32")]
53+
pub use relay::{Client, ClientBuilder, Settings};

0 commit comments

Comments
 (0)