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
CPython 3.11 will add support for WASM. It would be nice for us to be able to run in WASM, as it would allow us to run in the browser along other Python libraries.
To accomplish that, we would need to build our library for the wasm32-unknown-emscripten Rust target. Setting up Emscripten is the biggest challenge for this, but should be doable with cross.