Skip to content

Enables developers to write client-side scripts using C++. Compiles scripts remotely to Javascript using Emscripten.

Notifications You must be signed in to change notification settings

crabl/babelfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Babelfish

####An experiment with in-browser C++ code Prerequisites

  • Node.js
  • Clang 3.2 & LLVM tools

####Installation

Install all prerequisites and then run:

git clone [email protected]:crabl/babelfish.git
cd babelfish
node app

Open a new Chrome window, and open the Chrome inspector (F12). Navigate to http://localhost:8080/ and see what happens in Chrome inspector!

####Modification If you wish to modify the code that gets executed, edit the views/test.html file. Please note that Emscripten generates MASSIVE output files.

About

Enables developers to write client-side scripts using C++. Compiles scripts remotely to Javascript using Emscripten.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published