will support harmony?
What's harmony?
What's harmony?
It should be Huawei Harmony OS system?
Right now the targets are: JVM, JS, WASMJS, Android (.apk file), iOS (.ipa file).
I don't know if Huawei is using .apk. If so, it could work.
There are future plans to convert WASM into C++ + SDL, that will enable any target supporting SDL. But no ETA for that.
HarmonyOS should support APK files, so in that sense it supports it. HarmonyOS only has AOSP compatibility, so any functionality that relies on Google specific libraries may break. (eg.: Google Play Games integrations / leaderboards / achievements / etc.)
HarmonyOS NEXT does not have any AOSP functionality included, so for any 'newer' devices that use HarmonyOS NEXT apk exports will not work.
Regarding the documentation for publishing to HarmonyOS with Cocos Creator: https://docs.cocos.com/creator/3.8/manual/en/editor/publish/publish-huawei-ohos.html, and the Simplified Chinese documentation for publishing to HarmonyOS NEXT: https://docs.cocos.com/creator/3.8/manual/zh/editor/publish/publish-harmonyos-next.html, perhaps this could be useful for Korge to support publishing to HarmonyOS NEXT?
There are no specific plans on supporting HarmonyOS, but since this is OSS, if you are interested, feel free to make PRs.