Re: Guidance developing dynamic modules which load shared libraries

2024-08-26 Thread Roman Arutyunyan
Hi Joshua, > On 23 Aug 2024, at 1:48 PM, Joshua O'Sullivan wrote: > > Hey everyone, > > We're currently developing a dynamic module which itself loads another shared > library, which we've written in Golang. It seems to be a bit off the beaten > track - I can't find any guidance in the docume

Guidance developing dynamic modules which load shared libraries

2024-08-23 Thread Joshua O'Sullivan
Hey everyone, We're currently developing a dynamic module which itself loads another shared library, which we've written in Golang. It seems to be a bit off the beaten track - I can't find any guidance in the documentation pertaining to loading shared libraries in dynamic modules, and there's only