Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crabl/babelfish
Enables developers to write client-side scripts using C++. Compiles scripts remotely to Javascript using Emscripten.
https://github.com/crabl/babelfish
Last synced: 20 days ago
JSON representation
Enables developers to write client-side scripts using C++. Compiles scripts remotely to Javascript using Emscripten.
- Host: GitHub
- URL: https://github.com/crabl/babelfish
- Owner: crabl
- Created: 2013-06-09T08:34:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-09T20:47:48.000Z (over 11 years ago)
- Last Synced: 2024-04-15T11:38:28.355Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 30.2 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#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.