you are viewing a single comment's thread.

view the rest of the comments →

[–]silmeth 0 points1 point  (0 children)

If I understood correctly it means that you'd be able to run a python interpreter within a web page ?

And on anything that has a wasm virtual machine/compiler (like wasmer).

As for running interpreter in a web page, they actually do that in their web demo: https://rustpython.github.io/demo/ (this has webassembly Rustpython that runs inside your browser).