You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Web] Add Web-build specific stdout header
This commit is contained in:
@@ -353,6 +353,11 @@ void EditorExportPlatformWeb::get_preset_features(const Ref<EditorExportPreset>
|
||||
} else {
|
||||
r_features->push_back("nothreads");
|
||||
}
|
||||
if (p_preset->get("variant/extensions_support").operator bool()) {
|
||||
r_features->push_back("web_extensions");
|
||||
} else {
|
||||
r_features->push_back("web_noextensions");
|
||||
}
|
||||
r_features->push_back("wasm32");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user