🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

v8.Full.symbols.v141-x64

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v8.Full.symbols.v141-x64

Debug symbols for V8 JavaScript Engine redistrubutable files.

Source
nugetNuGet
Version
7.4.288.28
Version published
Maintainers
1
Created
Source

NuGet package for V8 JavaScript Engine

This packages contain prebuilt V8 binaries, debug symbols, headers and libraries required to embed the V8 JavaScript engine into a C++ project.

PackageVersion
V8 x64 for Visual Studio 2019NuGet
V8 x86 for Visual Studio 2019NuGet
V8 x64 for Visual Studio 2017NuGet
V8 x86 for Visual Studio 2017NuGet
V8 x64 for Visual Studio 2015NuGet
V8 x86 for Visual Studio 2015NuGet
V8 x64 for Visual Studio 2013NuGet
V8 x86 for Visual Studio 2013NuGet
V8 x64 for Visual Studio 2017 XP platform toolsetNuGet
V8 x86 for Visual Studio 2017 XP platform toolsetNuGet
V8 x64 for Visual Studio 2015 XP platform toolsetNuGet
V8 x86 for Visual Studio 2015 XP platform toolsetNuGet
V8 x64 for Visual Studio 2013 XP platform toolsetNuGet
V8 x86 for Visual Studio 2013 XP platform toolsetNuGet

Usage

To use V8 in a project install the package v8-$PlatformToolset-$Platform.$Version from a console with nuget install command or from inside of Visual Studio (see menu option Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution...) where

  • $PlatformToolset is the C++ toolset version used in Visual Studio:

    • v120 - for Visual Studio 2013
    • v140 - for Visual Studio 2015
    • v141 - for Visual Studio 2017
    • v142 - for Visual Studio 2019
    • v120_xp - for Visual Studio 2013 XP platform toolset
    • v140_xp - for Visual Studio 2015 XP platform toolset
    • v141_xp - for Visual Studio 2017 XP platform toolset
  • $Platform is a target platform type, currently x86 or x64.

  • $Version is the actual V8 version, one of https://chromium.googlesource.com/v8/v8.git/+refs

There are 3 package kinds:

  • v8-$PlatformToolset-$Platform.$Version - contains developer header and library files; depends on v8.redist package

  • v8.redist-$PlatformToolset-$Platform.$Version - prebuilt V8 binaries: dlls, blobs, etc.

  • v8.symbols-$PlatformToolset-$Platform.$Version - debug symbols for V8: pdb files

After successful packages installation add #include <v8.h> in a C++ project and build it. All necessary files (*.lib, *.dll, *.pdb) would be referenced in the project automatically with MsBuild property sheets.

How to build

This section is mostly for the package maintainers who wants to update V8.

Tools required to build V8 NuGet package on Windows:

To build V8 and make NuGet packages:

  • Run build.py with optional command-line arguments.
  • Publish nuget/*.nupkg files after successful build.

Build script build.py supports command-line arguments to specify package build options:

  • V8 version branch/tag name (or V8_VERSION environment variable), default is lkgr branch
  • Target platform (or PLATFORM evnironment variable), default is [x86, x64]
  • Configuration (or CONFIGURATION environment variable), default is [Debug, Release]
  • XP platofrm toolset usage flag (or XP environment variable), default is not set

Keywords

V8

FAQs

Package last updated on 19 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts