|
|
|
|
|
by torginus
1431 days ago
|
|
The thing is in .NET 7, they are going to decouple the WebAssembly toolchain from Blazor. This will allow people to write competing frontend frameworks, or mix and match their JS framework of choice while calling into .NET app logic. The latter already possible, though a bit hacky with the official tooling at the moment, since Mono can compile regular .NET code to WASM no problem (a fact already extensively used by game engines like Godot or Unity). |
|