mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-24 05:43:58 +00:00
WASM Implementation: - Add wasm.rs with bindings for all core P2P types - Configure Cargo.toml with wasm/native feature flags - Gate native-only modules (tokio, transport) behind feature flags - Convert intelligence.rs and memory.rs to sync (parking_lot::RwLock) - Fix distributed_learning.rs example for sync API Exports: - WasmIdentity, WasmCrypto, WasmHnswIndex - WasmSemanticMatcher, WasmRaftNode, WasmHybridKeyPair - WasmSpikingNetwork, WasmQuantizer, WasmAdaptiveCompressor Build: - WASM: wasm-pack build --no-default-features --features wasm - Native: cargo build --features native - Tests: 60 passing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| distributed_learning.rs | ||
| local_swarm.rs | ||