fix imports

This commit is contained in:
kim 2024-04-18 23:23:21 +01:00
parent 7c2beb8741
commit ea4c9b08ac
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ import (
// linkname shenanigans
_ "unsafe"
// the library being unsafely linked to
_ "github.com/ncruces/go-sqlite3/driver"
// embed wasm sqlite binary
_ "github.com/ncruces/go-sqlite3/embed"