fix imports

This commit is contained in:
kim 2024-04-18 23:23:21 +01:00
parent 40fdd4079d
commit fdc9e8769c
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"