Results 139 comments of Steven Roussey

It is odd since there should be a pre-built binary for linux-arm64 https://www.npmjs.com/package/usearch?activeTab=code

I did cross compile it so maybe i did something wrong

Oh, they are the same size, so definitely not right.

See https://github.com/unum-cloud/usearch/pull/379

> I will try it as soon as 2.10.4 is released on npm 😄 Try npm install @sroussey/usearch as a test.

> @jlarmstrongiv, sadly, the build fails. @sroussey, would you be able to double-check the cross-compilation commands? I am also looking to extend cross-compilation in Rust as well (for #378). Might...

I’m home a bit today, so I’ll comment out that section until I have a working version.

See https://github.com/unum-cloud/usearch/commit/c6fb87574f0410cd50b4939b856b1cdbacec42cc It has what i think is the fix, but I am not setup to test it. So farther down I have it skip the cross compiling.

I have a docker setup on x86_64 but I can't get it to compile normally, so I can't test cross compiling. @ashvardanian Have any idea how i set things up...