Skip to content

feat: enable cgo for third-party go packages#760

Merged
ivov merged 1 commit into
mainfrom
enable-cgo-third-party
Jun 17, 2026
Merged

feat: enable cgo for third-party go packages#760
ivov merged 1 commit into
mainfrom
enable-cgo-third-party

Conversation

@ivov

@ivov ivov commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Third-party Go dependencies that rely on cgo now generate bindings, where lis add previously produced unloadable typedefs. This had been disabled beforehand out of caution, but recent testing showed that bindgen can already manage many cgo libs well out of the box.

import "go:github.com/mattn/go-sqlite3"
import "go:fmt"

fn main() {
  let (version, _, _) = sqlite3.Version()
  fmt.Println("SQLite", version) // SQLite 3.53.2
}

@ivov ivov merged commit f097c20 into main Jun 17, 2026
16 checks passed
@ivov ivov mentioned this pull request Jun 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Released in lisette-v0.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant