File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ installing engines to make eshost automatically find the installed engines.
3434| [ Chakra] [ ] | ` ch ` , ` chakra ` | ✅ | | ✅ | ✅ | ✅ |
3535| [ engine262] [ ] | ` engine262 ` | ✅ | ✅ | ✅ | ✅ | ✅ |
3636| [ GraalJS] [ ] | ` graaljs ` | ✅ | | ✅ | | ✅ |
37- | [ Hermes] [ ] | ` hermes ` | ✅ | | ✅ | | ✅ |
37+ | [ Hermes] [ ] | ` hermes ` | ✅ | | | | ✅ |
3838| [ JavaScriptCore] [ ] | ` jsc ` , ` javascriptcore ` | ✅ | ✅ | ✅ | ✅ | ✅ |
3939| [ QuickJS] [ ] | ` quickjs ` , ` quickjs-run-test262 ` | | | ✅ | | |
4040| [ SpiderMonkey] [ ] | ` sm ` , ` spidermonkey ` | ✅ | ✅ | ✅ | ✅ | ✅ |
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class HermesInstaller extends Installer {
7474HermesInstaller . config = {
7575 name : 'Hermes' ,
7676 id : 'hermes' ,
77- supported : [ 'linux64' , ' win64', 'darwin64' ] ,
77+ supported : [ 'win64' , 'darwin64' ] ,
7878} ;
7979
8080module . exports = HermesInstaller ;
You can’t perform that action at this time.
0 commit comments