Dependencies.

This commit is contained in:
Nuno Cruces
2023-04-04 18:32:56 +01:00
parent c38382fd8e
commit 3a8cfd036d
7 changed files with 11 additions and 14 deletions

View File

@@ -40,7 +40,7 @@ func instantiateModule() (*module, error) {
return nil, sqlite3.err
}
cfg := wazero.NewModuleConfig().WithStartFunctions("_initialize")
cfg := wazero.NewModuleConfig()
mod, err := sqlite3.runtime.InstantiateModule(ctx, sqlite3.compiled, cfg)
if err != nil {