Hacker News new | ask | show | jobs
by xiasongh 1038 days ago
> If you can make a library to run python code inside a JS project

This is actually exactly what Pyodide does! It's basically the CPython interpreter compiled to wasm. This will allow you to run python code in, say, NextJS.