ruvector/crates/ruvector-learning-wasm/src
rUv 890ff45075 feat(wasm): add 5 exotic AI WASM packages with npm publishing
WASM Packages (published to npm as @ruvector/*):
- learning-wasm (39KB): MicroLoRA rank-2 adaptation with <100us latency
- economy-wasm (182KB): CRDT-based autonomous credit economy
- exotic-wasm (150KB): NAO governance, Time Crystals, Morphogenetic Networks
- nervous-system-wasm (178KB): HDC, BTSP, WTA, Global Workspace
- attention-unified-wasm (339KB): 18+ attention mechanisms (Neural, DAG, Graph, Mamba)

Changes:
- Add ruvector-attention-unified-wasm crate with unified attention API
- Add ruvector-economy-wasm crate with CRDT ledger and reputation
- Add ruvector-exotic-wasm crate with emergent AI mechanisms
- Add ruvector-learning-wasm crate with MicroLoRA adaptation
- Add ruvector-nervous-system-wasm crate with bio-inspired components
- Fix ruvector-dag for WASM compatibility (feature flags)
- Add exotic AI capabilities to edge-net example
- Update README with WASM documentation
- Include pkg/ directories with built WASM bundles

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 06:31:11 +00:00
..
lib.rs feat(wasm): add 5 exotic AI WASM packages with npm publishing 2026-01-01 06:31:11 +00:00
lora.rs feat(wasm): add 5 exotic AI WASM packages with npm publishing 2026-01-01 06:31:11 +00:00
operator_scope.rs feat(wasm): add 5 exotic AI WASM packages with npm publishing 2026-01-01 06:31:11 +00:00
trajectory.rs feat(wasm): add 5 exotic AI WASM packages with npm publishing 2026-01-01 06:31:11 +00:00