Hacker News new | ask | show | jobs
by JenrHywy 1037 days ago
Sure, but I thought that a successfully implemented CG'd language running on WASM would have been something worth noting.
2 comments

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.
That's true.

Besides Blazor, the WebAssembly Go port[1] does this as well.

[1] https://github.com/golang/go/wiki/WebAssembly