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 would love to use your TypeScript bindings for Z3.wasm in one of my (research) projects. Would it be possible to release pre-built versions of the bindings?
This would help me a lot since I have troubles building the bindings on my Debian 10 machine (./src/util/lp/permutation_matrix.h:135:44: error: no viable conversion from returned value of type 'const vector<unsigned int>' to function return type 'unsigned int *' unsigned * values() const { return m_permutation; }).
The text was updated successfully, but these errors were encountered:
Hi,
I would love to use your TypeScript bindings for Z3.wasm in one of my (research) projects. Would it be possible to release pre-built versions of the bindings?
This would help me a lot since I have troubles building the bindings on my Debian 10 machine (
./src/util/lp/permutation_matrix.h:135:44: error: no viable conversion from returned value of type 'const vector<unsigned int>' to function return type 'unsigned int *' unsigned * values() const { return m_permutation; }
).The text was updated successfully, but these errors were encountered: