Allow others to enable threads.

This commit is contained in:
Nuno Cruces
2025-01-16 17:21:36 +00:00
parent ab09da7136
commit aa8287f8e7

View File

@@ -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)