Skip to main content

Crate ruvector_sparsifier_wasm

Crate ruvector_sparsifier_wasm 

Source
Expand description

WASM bindings for ruvector-sparsifier.

Provides WasmSparsifier for dynamic spectral graph sparsification in the browser or any WASM runtime.

Structs§

WasmSparseGraph
A lightweight sparse graph for building input data.
WasmSparsifier
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.