node-emcc
A simple Emscripten downloader and runner library for node.
Usage
Make sure you have all dependencies listed at http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html#platform-specific-notes
npm install --save-dev emcc
const path = ;const emcc = ; const inputFile = path;const outputFile = path; // Create output directory if it does not exist; // Run the emscripten compiler;
License
MIT License. See LICENSE file.