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 think mimesis is pure Python, so it should work in pyodide (WASM-based CPython). However, I get KeyError: 'emscripten' when trying to use it with PyScript.
pyodide (and PyScript) are growing in usage. Supporting it as a platform will allow your library to be used more widely. I hope you can add support for it.
The text was updated successfully, but these errors were encountered:
Feature request
I think mimesis is pure Python, so it should work in pyodide (WASM-based CPython). However, I get
KeyError: 'emscripten'
when trying to use it with PyScript.See example here:
https://jkitchen.pyscriptapps.com/mimesis-test/latest/
Reasoning
pyodide (and PyScript) are growing in usage. Supporting it as a platform will allow your library to be used more widely. I hope you can add support for it.
The text was updated successfully, but these errors were encountered: