dlopen support is almost restored at this point. On the "linking" branches
of emscripten and fastcomp, all the core dlopen tests pass. That should
provide all the functionality quakejs needs, since those tests were written
for quakejs at the time, I believe. If you test it let me know if you find
any issues.

You need to build with EMULATED_FUNCTION_POINTERS and RELOCATABLE, and
MAIN_MODULE on the main program, SIDE_MODULE on shared object files.

- 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