dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.2k stars 4.72k forks source link

Browser Globalization - Kitchen sink. #44924

Open lewing opened 3 years ago

lewing commented 3 years ago

Some applications targeting browser-wasm for internal use are less concerned with wire size and more interested in full globalization. We should consider how to best support this use case.

Dotnet-GitSync-Bot commented 3 years ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost commented 3 years ago

Tagging subscribers to this area: @CoffeeFlux See info in area-owners.md if you want to be subscribed.

Issue Details
Some applications targeting browser-wasm for internal use are less concerned with wire size and more interested in full globalization. We should consider how to best support this use case.
Author: lewing
Assignees: -
Labels: `arch-wasm`, `area-VM-meta-mono`
Milestone: -
SamMonoRT commented 3 years ago

@lewing - did we have any proposal targeting 6.0 release ? If not, we should move it to 7.0.0

ilonatommy commented 6 months ago

@lewing, should this stay opened when we have sharding and hybrid globalization?