I am trying to write a web application that will do sort of word processing (say spell check, grammar check, word analysis) using back-end C/C++ code. (I have got c/C++ code working in another desktop app... I want to bring it to web). I want an example minimal code doing this (*pass array of strings* from JavaScript to c/c++ code...c/c++ code will do the word operations... I have this code ......and *the resulting array of strings* will be sent back to JavaScript where they will be processed further. (passing *arrays* to and from is important) Please point me to any such code/tutorial, from where I can make a start.
I searched GitHub. I found several projects using emscripten but could not get this anywhere. (Only place I could get some clue was Hunspell built with emscripten ... however I could not build it successfully) Please let me know . Thanks in advance. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/7db6b3bf-dec8-4de3-810a-cc5fdc7515c1n%40googlegroups.com.
