[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Exporting C functions from an extension module
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 19 Apr 2022 08:59:06 -0300
I suggest requiring a companion mylib.lua that does
package.loadlib('./mylib.so','*'). I've tested it and it works.