bun_python
bun_python copied to clipboard
How to call JS from python?
I know this is not the scope of this project at all. Was wondering if you could perhaps give some insight and think if is possible to do the same in reverse and call JS/bun from python with similar interfacing?
I don't think it's possible to call js/bun function if python is running standalone... (since bun don't have library) but you can embed node in python with python's ffi