We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be7774 commit ebcb03eCopy full SHA for ebcb03e
pal/system-info/native/system-info.ts
@@ -134,6 +134,7 @@ class SystemInfo extends EventTarget {
134
[Feature.EVENT_HANDLE]: this.isXR,
135
[Feature.EVENT_HMD]: this.isXR,
136
[Feature.EVENT_HANDHELD]: (typeof xr !== 'undefined' && typeof xr.ARModule !== 'undefined'),
137
+ // Although the iOS OS supports WASM, the engine does not yet support loading WASM on this platform.
138
[Feature.WASM]: !OPEN_HARMONY && !IOS,
139
};
140
0 commit comments