-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
It would be to have Integer of Float Vectors be converted to typed arrays.
example
Vec<f32> -> Float32Array
Vec<u8> -> Uint8Array
Vec<i32> -> Int32Array Describe alternatives you've considered
Tsify, but it only works with wasm-bindgen which i don't need for a tauri app
adding #[ts(type = "MyArray")] for each problematic property
Creative-Difficulty
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request