-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This kind of stuff plus broti AOT maybe?
true <!--
Trim culture-specific resources to reduce WASM download size.
Current reasoning: Our app only targets invariant formatting (no multi-culture UI).
Trade-off: Any culture-specific number, date, or currency formatting will not work.
Remove if your app needs localized formatting.
-->
true
<!--
Trim timezone support to reduce WASM size.
Current reasoning: Our app only uses UTC or fixed offsets; we don't need full client-side timezone info.
Trade-off: Client-side timezone conversions will not work.
Remove if your app displays local time or uses time zone conversions.
-->
true
false
<!--
Strip collation data for different cultures.
Current reasoning: Only invariant string comparisons/sorting are needed, reducing payload size.
Trade-off: String comparison may behave differently across cultures; e.g., sorting might be incorrect for localized strings.
Remove if your app relies on culturally correct string comparisons/sorting.
-->
false
Metadata
Metadata
Assignees
Labels
No labels