wasmerio / py2wasm

Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
http://nuitka.net
Apache License 2.0
69 stars 3 forks source link

Support WASIX #3

Open syrusakbary opened 2 months ago

syrusakbary commented 2 months ago

Users are trying to have a Flask app compiled to Wasm, and they expect sockets to work.

Right now, they don't as py2wasm only targets WASI (not WASIX)