Skip to main content

Crate tap_wasm

Crate tap_wasm 

Source
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§

WasmTapAgent
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