Expand description
WASM bindings for ruvector-sparsifier.
Provides WasmSparsifier for dynamic spectral graph sparsification
in the browser or any WASM runtime.
Structs§
- Wasm
Sparse Graph - A lightweight sparse graph for building input data.
- Wasm
Sparsifier - Dynamic spectral graph sparsifier for WASM.
Functions§
- default_
config - Return the default configuration as a JSON string.
- init
- Initialise the WASM module (sets up the panic hook for better error messages).
- version
- Return the crate version.