Skip to content

Commit

Permalink
fix: loading wasm on iOS (cocos#15169)
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro authored May 24, 2023
1 parent 548dbef commit 47a6121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
"WASM_SUPPORT_MODE": {
"comment": "Whether support wasm, here we provide 3 options:\n0: The platform doesn't support WASM\n1: The platform supports WASM\n2: The platform may support WASM, especially on Web platform",
"type": "number",
"value": "$HTML5 ? 2 : ($NATIVE ? ($OPEN_HARMONY?0:1): ($MINIGAME? ($WECHAT?1:0) :0))",
"value": "$HTML5 ? 2 : ($NATIVE ? (($OPEN_HARMONY||$IOS)?0:1): ($MINIGAME? ($WECHAT?1:0) :0))",
"internal": true
}
},
Expand Down

0 comments on commit 47a6121

Please sign in to comment.