I am trying to recreate a python project that uses z3 solver, which is not very supported on JS (especially on html)
I found that I could use pyodide for doing python code and make this project a lot easier. But pyodide doesn't seem to recognise z3 solver as a package.
Thanks in advance