In the WebAssembly Discord, Tiran and Ethanhs are both working on the CPython wasm32-wasi compiler, and are stuck on some of the concurrency decisions they need to make. Is anyone here also hanging out there that could help them out?
They are in the #python channel there. I will send them over info for joining here.
It looks like they're asking about Emscripten support, rather than WASI support
Yeah, they were asking about both. I think they need a way forward for some of the concurrent parts of Python. While I think they are hoping for a pthreads-like solution, maybe they would be interested in async if they could use it to at least get something working.
Last updated: Nov 22 2024 at 16:03 UTC