wasm: paint fixes

This commit is contained in:
luboslenco
2026-02-06 20:43:39 +01:00
parent c47230b4ca
commit 127f4fa6f0
15 changed files with 360 additions and 199 deletions
-2
View File
@@ -20,11 +20,9 @@ flags.export_data_list = platform == "android"; // .apk contents
if (platform == "wasm") {
flags.with_nfd = false;
flags.with_compress = false;
flags.with_video_write = false;
flags.with_eval = false;
flags.with_plugins = false;
flags.with_raytrace = false;
flags.idle_sleep = false;
flags.export_data_list = true;
}