Commita84ceb13Recorded15 Jul 2026Repositorysigil-ffi

Bump sigil-ffi to 0.16.2

Message

Patch release: native-codegen closure callbacks + >3-arg C->Sigil callbacks (see previous commit). The >3-arg support requires a sigil release providing sigil_applyN in the VM C-API; relock/rebuild against that release. Tag v0.16.2 at this commit.

Changed
 package.sgl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
package.sglmodified
@@ -6,7 +6,7 @@
6
7
(package
8
name: "sigil-ffi"
9
version: "0.16.1"
+9
version: "0.16.2"
10
sigil: "^0.17"
11
description: "Dynamic foreign function interface for Sigil"
12
url: "https://codeberg.org/sigil/sigil-ffi"