Not for dlopen, I'm afraid.

The optimal thing is to avoid dlopen - build all the code into one bitcode
file, compile it all to JS. If that isn't possible, we might consider other
options. Does that dlopened code need to be fast? If not, it could be run
in the emterpreter perhaps.

- Alon


On Sun, Apr 12, 2015 at 8:16 PM, Klaus <[email protected]> wrote:

> I've been reading this article:
> https://github.com/kripken/emscripten/wiki/Linking
>
> But i was unable to find an alternative to dlopen. I've been trying to fix
> the old quakejs <https://github.com/inolen/ioq3> build by inolen, and
> this was the first step i was trying to tackle. Inolen makes shims
> <https://github.com/inolen/ioq3/blob/master/Makefile#L936> of the
> client/server libs and dlopen is required on the server. Is there an
> "unofficial" upgrade guide or changelog for those deprecated features?
>
> --
> 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/d/optout.
>

-- 
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/d/optout.

Reply via email to