V8.Net
1.1.8
V8.Net is a wrapper for Google's V8 engine for JavaScript.
Supports .Net Standard 2.0+ and .Net 461+. A project in the repo also supports .Net 4.0+ Full if needed.
Install-Package V8.Net -Version 1.1.8
dotnet add package V8.Net --version 1.1.8
<PackageReference Include="V8.Net" Version="1.1.8" />
paket add V8.Net --version 1.1.8
#r "nuget: V8.Net, 1.1.8"
Release Notes
Bugs fixed:
1. Dynamic case from dynamic handle to managed object type.
2. Switching contexts fails due to locked global handle (because global objects cannot be disposed, as they are part of the context itself). Instead the global handle in the engine is replaced instead of being 'set' (which is what caused the system to try to dispose it).
Dependencies
-
.NETFramework 4.6.1
- Microsoft.Extensions.Hosting.Abstractions (>= 2.2.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Hosting.Abstractions (>= 2.2.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on V8.Net:
Package | Downloads |
---|---|
Awv.Lexica
Lexica serves two purposes. The first purposes is that I could not find a good formatting solution for strings which allowed a little bit of basic code without serious security flaws (I did not want to randomly compile and run C# code for example). So I wrote my own. The second purpose is to provide a basic parser in the form of the Parser class. There may be libraries out there which can accomplish what I wanted from this, but I had already wrote the code so I just put it in this repo and utilized it.
|
|
OpenMod.Scripting.JavaScript
Package Description
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on V8.Net:
Repository | Stars |
---|---|
rjamesnw/v8dotnet
A fairly non-abstracted wrapper for Google's V8 JavaScript engine.
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.8 | 4,580 | 9/11/2019 |
1.1.6 | 700 | 5/5/2019 |
1.1.5 | 234 | 5/2/2019 |
1.1.4 | 220 | 5/2/2019 |
1.1.3 | 234 | 4/30/2019 |
1.1.2 | 231 | 4/30/2019 |
1.1.1 | 221 | 4/29/2019 |
1.1.0 | 394 | 3/16/2019 |
1.0.10 | 423 | 3/11/2019 |
1.0.9 | 218 | 3/11/2019 |
1.0.7 | 217 | 3/11/2019 |
1.0.6 | 217 | 3/11/2019 |
1.0.5 | 244 | 3/10/2019 |
1.0.4 | 243 | 3/10/2019 |
1.0.3 | 227 | 3/10/2019 |
1.0.2 | 247 | 3/10/2019 |
1.0.1 | 223 | 3/10/2019 |
1.0.0 | 252 | 3/10/2019 |