Open
Description
What is the expected enhancement?
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
.