Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fuse-open/v8.simple

Cross-platform V8.Simple library suitable for P/Invoke
https://github.com/fuse-open/v8.simple

dotnet macos net6 pinvoke v8 windows

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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.