Registry / other / chakracore

chakracore

JSON →
library2022-11-09vcpkgunverified

Core part of the Chakra JavaScript engine.

vcpkg install chakracore
INSTALL
IMPORT
SIG · CHAKRACORE
C
chakracore
othercppv2022-11-09
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ChakraCore.h
#include <ChakraCore.h>

Create and dispose a ChakraCore JavaScript runtime

#include <ChakraCore.h> #include <iostream> int main() { JsRuntimeHandle runtime; JsCreateRuntime(JsRuntimeAttributeNone, nullptr, &runtime); std::cout << "ChakraCore runtime created\n"; JsDisposeRuntime(runtime); return 0; }
Debug
Known issues
breakingChakraCore is no longer actively maintained by Microsoft
fix
Consider using V8 or SpiderMonkey for new projects
affects: *
Upgrade
Version history
2022-11-09latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

chakracore — pip install chakracore · libregistry