bterlson / eshost

A uniform wrapper around a multitude of ECMAScript hosts. CLI: https://github.com/bterlson/eshost-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Describe what is supported where

rauschma opened this issue · comments

In the readme, could you describe which hosts are supported where (Windows vs. OS X vs. Linux)?

  • d8, sshell: do I need to install anything?
  • ch.exe: looks like this is Windows-online(?)

Yeah I will. I have a blurb about it on bterlson/eshost but could say more.

  • ch.exe is the chakra console host, you have to build it yourself from source once we OSS. Windows only.
  • d8.exe is the V8 console host, you have to build it from source. Cross-plat.
  • jsshell: Mozilla's console host. You can download for your platform here: https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
  • JSC has a command line host as well which I'd like to support, but sadly it doesn't run on my platform (see #1).

Hope this helps until I update the readme!

@rauschma The readme should be much more clear now. Check it out!

Awesome. Love the table!