Expand description
WebAssembly bindings for the Transaction Authorization Protocol
This crate provides WebAssembly bindings for the TAP agent, allowing it to be used in browser and other JavaScript environments. It wraps the tap-agent crate’s functionality with JavaScript-friendly interfaces.
Structs§
- Wasm
TapAgent - TAP Agent implementation for WASM bindings
Functions§
- generate_
private_ key - Generates a new private key for the specified key type
- generate_
uuid - Alias for generate_uuid_v4 to match the PRD specification
- generate_
uuid_ v4 - Generates a UUID v4
- start
- Set up panic hook for better error messages in browser