mohammadrafigh commented on code in PR #1374: URL: https://github.com/apache/cordova-ios/pull/1374#discussion_r1444530035
########## templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist: ########## @@ -45,5 +45,25 @@ <string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> + <key>UTExportedTypeDeclarations</key> Review Comment: Maybe it's optimistic, but it would be great if we could have a script to detect if the code is using WASM or not, then warn users to enable usage of WASM in config.xml. But for now this could be enough to somehow easily enable WASM support in config.xml. Putting all those config lines in config.xml is not a minimal way to enable WASM. Maybe a boolean preference like `EnableWASM` makes sense. `<preference name="EnableWASM" value="true" />` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org