Chat templates, MicroLoRA adaptation, SONA learning — all in-browser via WebAssembly (~150 KB gzipped)
@ruvector/ruvllm-wasm is an LLM orchestration toolkit that runs
entirely in the browser via WebAssembly (~150 KB gzipped). Despite the name, it does
not load or run language models — there is no generate/predict API in
the WASM build. Instead it provides supporting infrastructure for LLM-based applications:
Known issue: the HNSW semantic router (HnswRouterWasm.addPattern)
panics in v2.0.0 — this appears to be a bug in the published WASM binary.
For actual in-browser model inference, see WebLLM (WebGPU) or Transformers.js (ONNX). Package source: ruvnet/RuVector.
Sub-millisecond low-rank model adaptation (rank 2, 64-dim)
EMA quality tracking + adaptive rank adjustment for continuous model improvement