Remix.run Logo
revskill 8 days ago

How ti integrate with extermal library ?

warothia 8 days ago | parent | next [-]

If you would want to link with external libraries, you would need to modify to server and make sure it has access to them when compiling the modules.

nurettin 8 days ago | parent | prev [-]

You would need to change some code, or parameterize this:

    #define LIBS "-L./libs -lmodule -ljansson