Embedding v8 Javascript in an MSVC project
rem building v8
rem following https://medium.com/angular-in-depth/how-to-build-v8-on-windows-and-not-go-mad-6347c69aacd4
echo off
set Path=%cd%\depot_tools;%Path%
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
set GYP_MSVS_VERSION=2022
rem curl -O https://storage...
roderickkennedy.com2 min read