Skip to content

Cross-platform V8.Simple library suitable for P/Invoke

License

Notifications You must be signed in to change notification settings

fuse-open/V8.Simple

Repository files navigation

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.