Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 320 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 320 Bytes

ChakraCore Hello-world Sample

This sample shows how to embed ChakraCore with JavaScript Runtime (JSRT) APIs, and complete the following tasks:

  1. Initializing the JavaScript runtime and creating an execution context.
  2. Running scripts and handling values.
  3. Printing out script results.