Conducting some simple benchmarks produced some surprising results — A few days ago, I wanted to have a go at building a website that was entirely powered on the frontend by WebAssembly. The easiest way of doing that today, in my opinion, is using Microsoft’s Blazor. In essence, you can write C# code where you’d previously use JavaScript, and…