FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour OT: Emscripten
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
OT: Emscripten
Posted: Tue Aug 02, 2011 08:55 AM
Could Emscripten be used with Harbour and Fivewin?
Best regards,
Otto

Emscripten is an LLVM-to-JavaScript compiler
From WIKI:
It takes LLVM bitcode (which can be generated from C/C++, using llvm-gcc or clang, or any other language that can be converted into LLVM) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).

https://github.com/kripken/emscripten/wiki

Continue the discussion