emscripten
Downloading...
python-emscripten
bare-bones demo
# Python script def f(x): return x**2 print("hello, world!", f(3))
Execute