chakra-core/ChakraCore

Add project that produces a static library version of ChakraCore

Open

#279 ouverte le 8 févr. 2016

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)JavaScript (1 374 forks)batch import
DiscussionSuggestionhelp wanted

Métriques du dépôt

Stars
 (9 000 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

When creating projects that target PaaS offerings in Azure such as Service Fabric or Classic Worker Roles, it is more desirable to have a version of ChakraCore that can be statically linked. In addition it would be nice if the static library also statically linked its dependencies such as the MSVC runtime. This prevents users from having to create VM Extensions that deploy these dependencies.

Guide contributeur