wasmerio / wasmer-python

🐍🕸 WebAssembly runtime for Python
https://wasmer.io
MIT License
1.99k stars 79 forks source link

Python 3.11 wheels might enable wasm in chatgpt #779

Open danbri opened 1 month ago

danbri commented 1 month ago

Thanks for proposing a new feature!

Motivation

ChatGPT code interpreter can create and run python code, and has underdocumented support for wherls but requires version 3.11 of Python currently.

Discussion: https://x.com/danbri/status/1814760507288551677?s=46&t=SzYyMRF8k2fOHaqaxvVzVg

Proposed solution

Py 3.11 wheel builds, however informal or unofficial, would help gpt users explore wasmer and wasm in a modern ai setting.

Alternatives

I could wait or try to build it myself

maminrayej commented 1 month ago

Thanks. Yes, we agree we need to do that.