UNPKG

tlsn-wasm

Version:

A core WebAssembly package for TLSNotary.

19 lines (12 loc) 578 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 browser usage, check the [`tlsn-extension`](https://github.com/tlsnotary/tlsn-extension) mono-repo. ## Dependencies `wasm-pack` 0.14.0+ must be installed to build the WASM binary (for custom profile support): ```bash cargo install wasm-pack ``` ## Links - [Website](https://tlsnotary.org) - [Documentation](https://docs.tlsnotary.org) - [API Docs](https://tlsnotary.github.io/tlsn)