Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fuse-open/v8.simple
- Owner: fuse-open
- License: mit
- Created: 2015-12-22T10:16:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T10:39:14.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:37:23.047Z (3 months ago)
- Topics: dotnet, macos, net6, pinvoke, v8, windows
- Language: C#
- Homepage:
- Size: 340 KB
- Stars: 2
- Watchers: 15
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.