You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ncruces/go-sqlite3 v0.33 replaced its embedded wasm runtime with a
pure-Go translation (via wasm2go) in the new module
github.com/ncruces/go-sqlite3-wasm. The embed subpackage that used to
initialize sqlite3.Binary at import time no longer exists, so the
blank imports break the build. SQLite is now wired in automatically
as a transitive dep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments