Re: Exporting C functions from an extension module
[
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: 2022年4月19日 08:59:06 -0300
I suggest requiring a companion mylib.lua that does
package.loadlib('./mylib.so','*'). I've tested it and it works.