Stream: general

Topic: Python WASI support


view this post on Zulip Matt Butcher (Jan 12 2022 at 23:21):

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?

view this post on Zulip Matt Butcher (Jan 12 2022 at 23:22):

They are in the #python channel there. I will send them over info for joining here.

view this post on Zulip Dan Gohman (Jan 12 2022 at 23:35):

It looks like they're asking about Emscripten support, rather than WASI support

view this post on Zulip Matt Butcher (Jan 13 2022 at 00:29):

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