A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).
Обновлено 2024-08-23 00:20:09 +03:00
V8 is Google’s open source high-performance JavaScript engine, written in C++. This wrapper project will expose some of V8 functionalities to managed (e.g: C#) world to execute JavaScript. This library could be use in Aspnet core project or any embedded application.
Обновлено 2022-09-23 06:27:21 +03:00