# 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)