Skip to content

Commit

Permalink
Allow others to enable threads.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Jan 16, 2025
1 parent ab09da7 commit aa8287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ func compileSQLite() {
} else {
cfg = cfg.WithMemoryLimitPages(4096) // 256MB
}
cfg = cfg.WithCoreFeatures(api.CoreFeaturesV2)
}
cfg = cfg.WithCoreFeatures(api.CoreFeaturesV2)

instance.runtime = wazero.NewRuntimeWithConfig(ctx, cfg)

Expand Down

0 comments on commit aa8287f

Please sign in to comment.