-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Infrastructure-monoos-wasiRelated to WASI variant of arch-wasmRelated to WASI variant of arch-wasm
Milestone
Description
Now we are loading always full icu for wasi. Add sharding like in #80421.
Connected issues: #82895
In the sharding approach we cannot achieve automatic shard selection - we would need to bundle all icu to wasi first and then make the decision which shard to choose, that would in fact increases the upload size -> no point.
Instead, we could let the user choose the shard explicitly, e.g. using custom icu loading mechanism (it should bundle one, chosen icu file from runtime pack). For that we would use the same mechanism as for TZ/full icu - embedding into dotnet.wasm file.
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Infrastructure-monoos-wasiRelated to WASI variant of arch-wasmRelated to WASI variant of arch-wasm