Skip to main content

Module wasm_common

Module wasm_common 

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

HashResultWasm
WASM-compatible hash result
WasmKeyPairImpl
Generic WASM key pair implementation

Traits§

WasmKeyPair
Common trait for WASM key pairs

Functions§

wasm_js_error
Structured error for JavaScript callers: { "code", "codeNumeric", "message" }.