Do codemagic support WASM, and how do I configure it when my codebase is in Flutter ? #2560
Replies: 2 comments
-
Hey @RoarGronmo I hope this message finds you well. I just wanted to let you know that I have been looking into the Flutter documentation and Flutter does indeed support web assembly. I also wanted to mention that the final code that Flutter compiles is compatible with all browsers, so for testing purposes, you can use Codemagic static pages. However, please keep in mind that these pages are intended for testing purposes only. For production use, I would recommend considering other platforms such as Cloudflare Pages or Firebase Hosting to host your Flutter web apps. I hope this information is helpful to you. Please let me know if you have any further questions or need any assistance. Have a great day! |
Beta Was this translation helpful? Give feedback.
-
While I’m closing our discussion for now, if you have any other questions or suggestions, feel free to reply back or start a new discussion anytime. Have a nice day! |
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Steps to reproduce
Can't find any information on how to configure codemagic to support wasm, such as:
Cross-Origin-Embedder-Policy
with valuecredentialless
orrequire-corp
Cross-Origin-Opener-Policy
with valuesame-origin
Please check flutter documentation and give us a method do comply.
https://docs.flutter.dev/platform-integration/web/wasm
Expected results
information
Actual results
no information
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions