dotnet / runtime

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

MonoVM runtime size-reduction for WebAssembly #43778

Open SamMonoRT opened 3 years ago

SamMonoRT commented 3 years ago

Native code reduction:

.NET 6 Preview 1

.NET 6 Preview 2

.NET 6 Preview 3

.NET 6 Preview 4

Future

ghost commented 3 years ago

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

sajjadarashhh commented 9 months 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 6 months ago

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