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.
- Host: GitHub
- URL: https://github.com/baristalabs/chakrasharp-sample
- Owner: BaristaLabs
- Created: 2017-01-20T18:42:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T16:49:58.000Z (over 7 years ago)
- Last Synced: 2025-06-12T06:07:22.500Z (4 months ago)
- Language: C#
- Size: 9.96 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)