Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 219 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 219 Bytes

V8.Simple

Simplified interface to the V8 library, suitable for interfacing with other languages. Includes a C# PInvoke interface.

The main implementation is in V8Simple.{cpp,h}. V8Simple.cs is the C# wrapper.