tantaraio / voy

🕸️🦀 A WASM vector similarity search written in Rust
https://www.npmjs.com/package/voy-search
Apache License 2.0
867 stars 31 forks source link

memory access out of bounds for simple deserialize #56

Open jesse23 opened 6 months ago

jesse23 commented 6 months ago

In latest chrome, for simple test below:

        const test = (new VoyClient()).serialize();
        const _voy = VoyClient.deserialize(test);

It returns error:

image