-
|
Do you know if aiologic will work with pyodide? |
Beta Was this translation helpful? Give feedback.
Answered by
x42005e1f
Nov 24, 2025
Replies: 1 comment 3 replies
-
|
As far as I remember, the standard library has limited WASM support, so there may be some nuances (especially with the threading module). I have not tested it under these conditions, but if you encounter any issues, you can report them here or separately, and I will try to fix them as soon as possible. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just quickly tested aiologic in pyodide REPL and it works as expected. So yes, it will work. However, note that pyodide still does not support starting new threads. This is not a problem for aiologic, as it does not start new execution units, but it does reduce the number of possible use cases.