mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-27 00:25:10 +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> |
||
|---|---|---|
| .. | ||
| bin | ||
| p2p | ||
| agent.rs | ||
| compression.rs | ||
| gun.rs | ||
| intelligence.rs | ||
| lib.rs | ||
| memory.rs | ||
| protocol.rs | ||
| transport.rs | ||
| wasm.rs | ||