Skip to content

Commit

Permalink
Added wasm in the docs. (#1960)
Browse files Browse the repository at this point in the history
Closes #1957
  • Loading branch information
SpeedReach committed Aug 30, 2023
1 parent a4e8ab6 commit 34f6c70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Expand Up @@ -160,6 +160,12 @@
//! [`Identity`][Identity] type.
//! - Various parts of TLS can also be configured or even disabled on the
//! `ClientBuilder`.
//!
//! ## WASM
//! The Client implementation automatically switches to the WASM one when the target_arch is wasm32,
//! the usage is basically the same as the async api. Some of the features are disabled in wasm
//! : [`tls`](tls) [`cookie`](cookie) [`blocking`](blocking).
//!
//!
//! ## Optional Features
//!
Expand Down

0 comments on commit 34f6c70

Please sign in to comment.