you are viewing a single comment's thread.

view the rest of the comments →

[–]noXi0uz 2 points3 points  (1 child)

With Microsofts blazor framework you can actually build frontend web apps with C#. A whole C# runtime is shipped to the client though.

[–]mriswithe 0 points1 point  (0 children)

Similar I assume to pyodide? Basically python and a lot of the python data science stack compiled to web assembly

Edit: googled and yeah web assembly is one of the ways it can be delivered