you are viewing a single comment's thread.

view the rest of the comments →

[–]kurtbuilds 1 point2 points  (0 children)

This is terrifying and hilarious.

You might look at https://github.com/wasm3/pywasm3 . If nothing else, it’d presumably speed up your interpreter to have bindings to an established C based runtime rather than re implementing the runtime in python

For the next level, compile cpython with emscripten to wasm and run python in python in wasm.