RyanLamansky / dotnet-webassembly

Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
Apache License 2.0
791 stars 74 forks source link

Is it technical feasible to run Blazor? #14

Closed meteorsnows closed 5 years ago

meteorsnows commented 5 years ago

Is it technical feasible to run Blazor?

RyanLamansky commented 5 years ago

Once the last few compiler features are finished, yes. I can't think of a reason you'd need to do this (you're talking about compiling .NET code to web assembly... then running that web assembly on .NET), but it would be an interesting achievement.