You must log in or register to comment.
What about compatibility with Python packages?
It’ll have to implement CPython’s C API to work with packages that use native code. I don’t know if that’s the plan but I wouldn’t consider their implementation compete without it.
WebAssembly
I’ve unironically been looking for a decent way to run Python in the web, mostly for code sharing purposes (our app needs certain calculations in offline mode), so this could actually work for me.