Skip to content

Commit

Permalink
Add a bindings-wasm feature description.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Mar 15, 2022
1 parent 966e584 commit 9231090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions umbral-pre/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
//! * `serde-support` - implements `serde`-based serialization and deserialization.
//! * `bindings-python` - adds a `bindings_python` submodule allowing dependent crates
//! to use and re-export some of the Python-wrapped Umbral types.
//! * `bindings-wasm` - adds a `bindings_wasm` submodule allowing dependent crates
//! to use and re-export some of the WASM-wrapped Umbral types.
//!
//! # Usage
//!
Expand Down

0 comments on commit 9231090

Please sign in to comment.