-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[browser][non-icu] HybridGlobalization
set flag in SDK
#85245
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsImplements a chunk of web-api based globalization. Is a part of HybridGlobalization feature and contributes to #79989. PR that adds the browser-icu file should be merged first: dotnet/icu#300. This PR still needs WBT that can be added after the bullet point with sdk integration from #70762 will be solved.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When WasmBuildNative
is also true, we could have more conditional compilation in C and C# and do more trimming of the unused code paths.
src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/BootJsonData.cs
Outdated
Show resolved
Hide resolved
...nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets
Outdated
Show resolved
Hide resolved
After discussion, moving to the follow-up PR. |
Implements a chunk of web-api based globalization. Is a part of HybridGlobalization feature and contributes to #79989.
PR that adds the browser-icu file should be merged first: dotnet/icu#300.
ToDo: