ChristianMurphy / compile-to-web

Discover what languages can be compiled to Web Assembly
MIT License
177 stars 10 forks source link

Python Support #4

Open ChristianMurphy opened 7 years ago

ChristianMurphy commented 7 years ago

Python support may be possible using the Pyston debugger. ./pyston_dbg -S -n -v -v t.py

ChristianMurphy commented 7 years ago

https://github.com/pypyjs/pypyjs might be able to support a WASM target

ChristianMurphy commented 6 years ago

pypyjs is not ready to handle WASM yet, https://github.com/iodide-project/iodide looks promising