You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: