See https://github.com/kripken/emscripten/wiki/Linking for dlopen, and also the test_dlfcn_* tests in tests/* which show some concrete example uses.
- Alon On Mon, Jan 27, 2014 at 1:38 PM, nunya biznez <[email protected]> wrote: > Hi , > I'm trying to compile Gnucap. It is written in C++ and uses dlopen and a > dynamic library.I think I found the process > HERE<http://mozakai.blogspot.com/2012/07/scripting-bananabread-using-compiled-cc.html>but > I was hoping there was a simpler way since it involves reading and > rewriting a lot of source code. > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
