Closed
Description
This static page server is used to make sure wasm files get the right content type and to enable XmlHttpRequests for the assemblies.
Python servers are fine for Linux and Mac, but don't work by default on Windows.
Let's replace it with a nice .NET script instead.
An F# script would be perfect, but I worry if that is too intimidating for C# devs.
Alternatively, maybe a dotnet
tool or run configuration or some other magic could be used.