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.
wasm-bindgen
parking_lot
1 parent a0d690e commit 7391b6eCopy full SHA for 7391b6e
CHANGELOG.md
@@ -64,6 +64,11 @@
64
- `libp2p-websocket`
65
- `libp2p-yamux`
66
67
+- Re-export the `wasm-bindgen` feature from `parking_lot`, so
68
+ `libp2p` users can opt-in to that crate's Wasm support. See [PR 2180].
69
+
70
+[PR 2180]: https://github.com/libp2p/rust-libp2p/pull/2180/
71
72
## Version 0.39.1 [2021-07-12]
73
74
- Update individual crates.
Cargo.toml
@@ -50,6 +50,7 @@ request-response = ["libp2p-request-response"]
50
tcp-async-io = ["libp2p-tcp", "libp2p-tcp/async-io"]
51
tcp-tokio = ["libp2p-tcp", "libp2p-tcp/tokio"]
52
uds = ["libp2p-uds"]
53
+wasm-bindgen = ["parking_lot/wasm-bindgen"]
54
wasm-ext = ["libp2p-wasm-ext"]
55
wasm-ext-websocket = ["wasm-ext", "libp2p-wasm-ext/websocket"]
56
websocket = ["libp2p-websocket"]
0 commit comments