mirror of
https://github.com/ruvnet/RuView.git
synced 2026-09-01 21:15:56 +00:00
6 lines
179 B
JavaScript
6 lines
179 B
JavaScript
// Re-export from generated WASM bindings
|
|
export * from './ruvector_graph_wasm.js';
|
|
|
|
// Additional convenience exports
|
|
export { default as init } from './ruvector_graph_wasm.js';
|