Files
tlsn/crates/wasm/README.md

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