An open API service indexing awesome lists of open source software.

https://github.com/baristalabs/chakrasharp-sample

Demonstrates the usage of the generated ChakraSharp output.
https://github.com/baristalabs/chakrasharp-sample

Last synced: 3 months ago
JSON representation

Demonstrates the usage of the generated ChakraSharp output.

Awesome Lists containing this project

README

          

# ChakraSharp-Sample
Demonstrates the usage of the generated [ChakraSharp](https://github.com/BaristaLabs/ChakraSharp) output.

> Updated to use ChakraCore 1.7

This sample contains all the bits necessary to demonstrate the usage of ChakraCore in an application on Win x64. Simply clone and run.

##### File Description
- Program.cs is the entry point into the cli application and contains the sample code.
- ChakraCore.cs is the generated interop layer from ChakraSharp.
- SymbolResolver.cs is a runtime resolver brought over from CppSharp.

For a high-level ChakraCore object model, see [BaristaCore](https://github.com/BaristaLabs/BaristaCore)