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

It is possible to compile Or Tools for webassembly? #4443

Closed
sebastianherreramonterrosa opened this issue Nov 18, 2024 · 2 comments
Closed

Comments

@sebastianherreramonterrosa

I am interested in running constraint problems from the browser either with the C++ or Python interface. I would like to know if something like this is possible and if so, what would be the way to achieve it. In fact, any tool on the subject would be useful.

@sschnug
Copy link

sschnug commented Nov 19, 2024

The search will point you to:

My(!) interpretation: No support out-of-the-box. No active development

You will probably run into all kinds of issues when going for emscripten and without strong motivation (and some toolchain skills) it won't be fun in terms of making it run, but also in terms of validating it's running great (e.g. memory-allocation or threading impl through emsscripten).

Maybe there are even issues which are complete blockers like Protobuf (heavy ortools dep) going for upb and it's setjmp.

@lperron
Copy link
Collaborator

lperron commented Nov 19, 2024

Check #2997

@lperron lperron closed this as completed Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants