Skip to content

Commit aa8287f

Browse files
committed
Allow others to enable threads.
1 parent ab09da7 commit aa8287f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ func compileSQLite() {
5858
} else {
5959
cfg = cfg.WithMemoryLimitPages(4096) // 256MB
6060
}
61+
cfg = cfg.WithCoreFeatures(api.CoreFeaturesV2)
6162
}
62-
cfg = cfg.WithCoreFeatures(api.CoreFeaturesV2)
6363

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

0 commit comments

Comments
 (0)