mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 21:38:00 -05:00
641 B
641 B
TLSNotary WASM Bindings
This crate provides a WebAssembly package for TLSNotary, offering core functionality for the TLSNotary attestation protocol along with useful TypeScript types.
For most use cases, you may prefer to use the tlsn-js package instead: tlsn-js on npm.
Dependencies
A specific version of wasm-pack must be installed to build the WASM binary:
cargo install --git https://github.com/rustwasm/wasm-pack.git --rev 32e52ca