Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 32 bit native resource #27

Open
bogdan-todasca opened this issue Aug 11, 2021 · 2 comments
Open

Windows 32 bit native resource #27

bogdan-todasca opened this issue Aug 11, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bogdan-todasca
Copy link

I want to use this library and run it on 32 bit windows machines. In the embedded resources, there is only windows x64. (+mac and linux)

Would it be possible to have also a 32 bit embedded resource for windows?

@kkoehncke
Copy link

+1

@olegtarasov
Copy link
Owner

Hi! x32 support is possible, but will require compiling fastText library in 32 bit mode, running the tests and making sure that things work as expected overall. Unfortunately, I don't have time to add 32 bit support at this moment, since most projects are deployed in a 64 bit environment nowadays.
You can try compiling https://github.com/olegtarasov/fastText in 32 bit mode yourself, adding it to the wrapper and then running unit tests to see if it works. If it does, I will add CI support and include 32 bit libraries in wrapper distribution.

@olegtarasov olegtarasov added enhancement New feature or request help wanted Extra attention is needed labels Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants