I know MSFT technologies get a lot of hate here, but ASP.NET Core is pretty awesome. Blazor (the wasm based framework) is innovative and a positive step forward frontend web development.<p>You should leave your prejudices aside and give it a try if you haven't yet.
Great work on the article and extension Peter!<p>I didn’t see any reference to existing work in this area in the article, I’m curious to know how this differs from projects like WasmerSharp by Miguel de Icaza released a few months ago.<p><a href="https://github.com/migueldeicaza/WasmerSharp" rel="nofollow">https://github.com/migueldeicaza/WasmerSharp</a>
For anyone curious, the actual .NET Wasmtime package source is here: <a href="https://github.com/bytecodealliance/wasmtime/tree/master/crates/misc/dotnet" rel="nofollow">https://github.com/bytecodealliance/wasmtime/tree/master/cra...</a>
MS also have their own take on WebAssembly<p><a href="https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor" rel="nofollow">https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor</a>