Expand description
WebAssembly bindings for lib-Q Core
This module provides comprehensive WASM bindings that integrate with the new modular architecture, including contexts, providers, and security validation.
Re-exports§
pub use contexts::*;pub use conversions::*;pub use error::*;pub use providers::*;pub use secure_contexts::*;pub use utils::*;
Modules§
- contexts
- WASM-compatible context wrappers
- conversions
- WASM conversion helpers between Rust buffers and JavaScript
js_sys::Uint8Array. - error
- WASM Error Handling Module
- providers
- WASM-compatible provider bindings
- secure_
contexts - Secure WASM Contexts
- utils
- WASM utility functions