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§

TapNode
Represents a node on the TAP network that manages multiple agents
WasmTapAgent
TAP Agent implementation for WASM bindings

Enums§

MessageType
The type of TAP Messages following the TAP specification
WasmKeyType
Key type enumeration for WASM

Functions§

generate_uuid_v4
Generates a UUID v4
start
Set up panic hook for better error messages when debugging in browser