Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
15
crates/ruvector-temporal-tensor-wasm/Cargo.toml
Normal file
15
crates/ruvector-temporal-tensor-wasm/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "ruvector-temporal-tensor-wasm"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
description = "WASM bindings for temporal tensor compression"
|
||||
|
||||
[dependencies]
|
||||
ruvector-temporal-tensor = { path = "../ruvector-temporal-tensor", features = ["ffi"] }
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
5
crates/ruvector-temporal-tensor-wasm/src/lib.rs
Normal file
5
crates/ruvector-temporal-tensor-wasm/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
//! WASM bindings for temporal tensor compression.
|
||||
//!
|
||||
//! Re-exports the FFI interface from ruvector-temporal-tensor for wasm32 targets.
|
||||
|
||||
pub use ruvector_temporal_tensor::ffi::*;
|
||||
Reference in New Issue
Block a user