tbodt / v8py

Write Python APIs, then call them from JavaScript using the V8 engine.
GNU Lesser General Public License v3.0
440 stars 28 forks source link

Using preinstalled v8 #47

Closed theRealProHacker closed 2 years ago

theRealProHacker commented 2 years ago

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 2 years ago

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