Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 349 Bytes

v8-live

v8-live

This is an experimental web app which lets you enter JavaScript code and then see the resulting v8 generated machine code in real time.

setup

$ 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.