-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Customizing how Auto mode makes its decision #48756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for contacting us. We're moving this issue to the |
Thanks for contacting us. We're moving this issue to the |
I didn't make any tests but I believe that WASM application with SIMD instructions enabled should run faster. Unfortunately SIMD instructions are not available in iOS 15.x. Currently (February 2024) there are 11% of iPhones and 18% of iPads with iOS 15 or earlier (source: https://developer.apple.com/support/app-store/). I also noticed that even simplest Blazor WASM application can be unreliable on phones with 2GB of RAM (iPhone 6s, some Android phones). These are two examples where |
The initial implementation of the
Auto
rendermode will be hardcoded to make its choice based on whether the WebAssembly files are already downloaded and cached.Some developers may want to implement custom rules, e.g.:
There could be a JS-side callback to allow arbitrary JS code to make the decision.
The text was updated successfully, but these errors were encountered: