Skip to content

Commit ebcb03e

Browse files
committed
add tips message
1 parent 2be7774 commit ebcb03e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pal/system-info/native/system-info.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class SystemInfo extends EventTarget {
134134
[Feature.EVENT_HANDLE]: this.isXR,
135135
[Feature.EVENT_HMD]: this.isXR,
136136
[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.
137138
[Feature.WASM]: !OPEN_HARMONY && !IOS,
138139
};
139140

0 commit comments

Comments
 (0)