This is all I see:
Install the Extism Runtime Dependency
For this library, you first need to install the Extism Runtime. You can download the shared object directly from a release or use the Extism CLI to install it:
I download the shared library. Then what? Where should it be copied to? Which file(s) in the extracted directory go where? The extracted file has .a .so .h and to .in files. No instructions or anything as well.
Would be very helpful to provide info as to where the extracted files go ideally in each archive that gets downloaded for each platform with a "In the archive you download you'll find details where to copy the files to".
As a zig noob.. I've no idea where I am supposed to move these files so that the zig build when it imports the zig SDK for extism can find it. I have multiple zig projects as well, so not sure if I am supposed to copy it in each root, or there is a specific location it should go for all zig projects to use it (ideally).
This is all I see:
Install the Extism Runtime Dependency
For this library, you first need to install the Extism Runtime. You can download the shared object directly from a release or use the Extism CLI to install it:
I download the shared library. Then what? Where should it be copied to? Which file(s) in the extracted directory go where? The extracted file has .a .so .h and to .in files. No instructions or anything as well.
Would be very helpful to provide info as to where the extracted files go ideally in each archive that gets downloaded for each platform with a "In the archive you download you'll find details where to copy the files to".
As a zig noob.. I've no idea where I am supposed to move these files so that the zig build when it imports the zig SDK for extism can find it. I have multiple zig projects as well, so not sure if I am supposed to copy it in each root, or there is a specific location it should go for all zig projects to use it (ideally).