Re: Emscripten compiles

Felix Salfelder <[email protected]> Wed, 5 Feb 2014 22:12:17 +0100
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <[email protected]>
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