tbodt/v8py

Using preinstalled v8

theRealProHacker opened this issue · 1 comments

I have both Chrome and Node.js installed on my machine (Windows 10 with Visual Studio installed and Python 3.10).
Do you perhaps know if and how I could use those instead of installing a new copy?

Thanks in advance!

tbodt commented

Unfortunately it's not possible because the v8 in chrome and node is statically linked and can't be used from outside.