mirror of
https://github.com/ruvnet/RuView
synced 2026-07-27 18:11:43 +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';
|