An attempt to get a minimalistic Emscripten-based libretro frontend working.
git clone https://github.com/RobLoach/libretrojs.git
cd libretrojs
emmake make
This will build out to the web
directory. You can start a server hosted on the web directory through Node.js by running...
emmake make start