Skip to content

Commit 2f5d53a

Browse files
committed
Add esvu to readme
1 parent 64749ee commit 2f5d53a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ npm install eshost
3535
| firefox | Mozilla Firefox | Browser | Any | | Requires [GeckoDriver](https://github.com/mozilla/geckodriver/releases) in your path (possibly renamed to `wires`).|
3636
| safari | Apple Safari | Browser | Mac | | Requires [SafariDriver browser extension](https://github.com/SeleniumHQ/selenium/wiki/SafariDriver). |
3737

38-
* 1: `eshost` accepts JSVU style binary name values as the first argument to `eshost.createAgent(type: string, options = {}): Agent`. See [Use JSVU](#use-jsvu).
39-
* 2: It is possible to build jsc on other platforms, but not supported.
38+
* 1: `eshost` accepts `esvu` or `jsvu` style binary name values as the first argument to `eshost.createAgent(type: string, options = {}): Agent`. See [Installing Engines](#installing-engines).
39+
* 2: It is possible to build `jsc` on other platforms, but not supported.
4040
* 3: Also available on your Mac system at `/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc`.
4141
* 4: For QuickJS installation help, see [Install and Configure Hosts](https://github.com/bterlson/eshost-cli#install-and-configure-hosts).
4242

4343

44-
## Use JSVU
44+
## Installing Engines
4545

46-
[JSVU](https://github.com/GoogleChromeLabs/jsvu) is the recommended tool for maintaining JavaScript engines for testing purposes. Take a look at the [Supported engines](https://github.com/GoogleChromeLabs/jsvu#supported-engines) for more information.
46+
[esvu](https://github.com/devsnek/esvu) or [jsvu](https://github.com/GoogleChromeLabs/jsvu) are the recommended tools for maintaining JavaScript engines for testing purposes. Take a look at the [esvu supported engines](https://github.com/devsnek/esvu#usage) or [jsvu supported engines](https://github.com/GoogleChromeLabs/jsvu#supported-engines) for more information.
4747

4848

4949

@@ -82,6 +82,7 @@ Creates an instance of a host agent for a particular host type. See the table ab
8282
| ChakraCore | `chakra`, `ch` |
8383
| Engine262 | `engine262` |
8484
| GraalJS | `graaljs` |
85+
| Hermes | `hermes` |
8586
| JavaScriptCore | `javascriptcore`, `jsc` |
8687
| Nashorn | `nashorn` |
8788
| Node | `node` |

0 commit comments

Comments
 (0)