This is an experimental web app which lets you enter JavaScript code and then see the resulting v8 generated machine code in real time.
$ npm install # grab dependencies
$ webpack && sudo node app.js # build the client bundle, and run the server on port 80
Visit localhost
to test it out.