Skip to content

Commit

Permalink
Added wasm in the docs. (seanmonstar#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedReach authored and Nutomic committed Nov 7, 2024
1 parent 8048580 commit a1175a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
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 a1175a9

Please sign in to comment.