On Wed, Jan 29, 2014 at 01:44:14PM -0600, wikitronic wrote: > I just compiled gnucap into javascript with Emscripten. I had to modify the > code a little for the llvm compiler. I had to disable the dlopen portion of > the code and build it all together in one file. It would be great if you > could load models in interactive mode from text maybe?
the usual models are compiled plugins. you need dlopen or some substitute to load them. compiling/loading models from text can be implemented as a language plugin. hth felix _______________________________________________ Help-gnucap mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnucap
