Emscripten

Emscripten 1.36.5 updated

Emscripten works by transforming LLVM bitcode into JavaScript syntax and allowing developers to run it either in a client-side (browsers) and/or server-side (Node.js) environment. Emscripten is widely considered the best tool to convert C/C++ applications...

sql.js

sql.js 0.3.1 updated

sql.js is actually a port to JavaScript of the SQLite database system.It was ported using the Emscripten LLVM-to-JavaScript compiler.sql.js works with client-side (browsers) and server-side (Node.js) environments.A demo Web interface for executing SQL...