From 232db03427f2d8847e70df5a3c2126e840ae0cf3 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 16 Apr 2026 13:36:25 +0200 Subject: [PATCH] Make it easier to enable threads in web build --- Flax.flaxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Flax.flaxproj b/Flax.flaxproj index c6465d00d..5864a0ea8 100644 --- a/Flax.flaxproj +++ b/Flax.flaxproj @@ -23,5 +23,8 @@ "Linux": { "UseSDL": true, }, + "Web": { + "Threads": false, + }, } }