[browser][coreCLR] Multiple flavors of dotnet.native.wasm
Open
arch-wasm
area-Host
os-browser
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
At the moment we ship only one large `dotnet.native.wasm` that includes all CoreCLR VM modules, including event-pipe. We instead should ship multiple flavors
- production version - as small as possible
- dev loop version - with debugger support and event pipe
- InvariantTimezone, InvariantGlobalization
- WasmNativeDebugSymbols, WasmNativeStrip, WasmProfilers,
- NativeFileReference
- RelaxedSIMD interp
- WASI single file - stretch goal
Contributor guide
Assessment
This issue has not been assessed yet.