FaithJS is a JavaScript NES emulator which runs on your chrome.
To run locally:
$ npm install
$ npm run watch
And it'll be available at http://localhost:3000/
To build a distribution:
$ npm run build
This will create main.js
.