ncruces / go-sqlite3

Go bindings to SQLite using wazero
https://pkg.go.dev/github.com/ncruces/go-sqlite3
MIT License
402 stars 12 forks source link

Fix usage of go:linkname #106

Closed ncruces closed 2 months ago

ncruces commented 2 months ago

https://github.com/ncruces/go-sqlite3/blob/aa7edb18489b2ec7b47632bfd95ffb7fb9a1ca15/internal/util/mmap.go#L94-L98

This is being worked on: https://github.com/golang/go/issues/56123 https://github.com/golang/sys/pull/197

Goal is to fix it in time for Go 1.23.

ncruces commented 2 months ago

cc: @NyaaaWhatsUpDoc @daenney