Blazor isn't unique in that. At least some of the "non-mainstream" languages that the article mentions have WASM solutions. But, because they have to ship a non-trivial runtime as part of each app, they tend to suffer from the same kind of problems Blazor has, which is what the article was addressing.
antonvs|2 years ago
fulafel|2 years ago
Besides Blazor, the WebAssembly Go port[1] does this as well.
[1] https://github.com/golang/go/wiki/WebAssembly
unknown|2 years ago
[deleted]