Skip to content

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

Notifications You must be signed in to change notification settings

alexhancock/v8-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages