dotnet / runtime

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

MonoVM runtime size-reduction for WebAssembly #43778

Open SamMonoRT opened 4 years ago

SamMonoRT commented 4 years ago

Native code reduction:

.NET 6 Preview 1

.NET 6 Preview 2

.NET 6 Preview 3

.NET 6 Preview 4

Future

ghost commented 4 years ago

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

sajjadarashhh commented 1 year ago

a true way to solve this problem is using native-aot for wasm we dont need dotnet.wasm when browsers is already have built-in runtimes

SamMonoRT commented 9 months ago

@lewing @steveisok - please can one of you take ownership of this.