-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathreadme.txt
More file actions
42 lines (33 loc) · 1.5 KB
/
readme.txt
File metadata and controls
42 lines (33 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
--------------------------------------------------------------------------------
README file for JS Engine Switcher: Vroom v3.31.0
--------------------------------------------------------------------------------
Copyright (c) 2013-2026 Andrey Taritsyn - http://www.taritsyn.ru
===========
DESCRIPTION
===========
JavaScriptEngineSwitcher.Vroom contains a `VroomJsEngine` adapter (wrapper for the
VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support
of V8 version 3.17.16.2).
For correct working of the VroomJs on Windows require the Visual C++
Redistributable for Visual Studio 2012 and the Microsoft Visual C++ 2015
Redistributable.
=============
RELEASE NOTES
=============
1. Performed a migration to the modern C# null/not-null checks;
2. Added support for .NET 10;
3. In the `lock` statements for .NET 10 target now uses a instances of the
`System.Threading.Lock` class.
====================
POST-INSTALL ACTIONS
====================
If in your system does not have the `msvcr110.dll` and `msvcp140.dll` assemblies,
then download and install the Visual C++ Redistributable Packages for Visual
Studio 2012 (https://www.microsoft.com/en-us/download/details.aspx?id=30679) and
2015 (https://www.microsoft.com/en-us/download/details.aspx?id=53840).
=============
DOCUMENTATION
=============
See documentation on GitHub -
http://github.com/Taritsyn/JavaScriptEngineSwitcher