Expand description
Common WASM patterns and utilities for lib-Q
This module provides shared WASM structures and utilities to eliminate code duplication across the library.
Modules§
- conversions
- Utility functions for WASM conversions
Structs§
- Hash
Result Wasm - WASM-compatible hash result
- Wasm
KeyPair Impl - Generic WASM key pair implementation
Traits§
- Wasm
KeyPair - Common trait for WASM key pairs
Functions§
- wasm_
js_ error - Structured error for JavaScript callers:
{ "code", "codeNumeric", "message" }.