WasmWinforms – .NET WinForms in a browser
WasmWinforms is a nuget package that you can install and use your EXACT same code designed for winforms and you get can run it on your browser
This project uses mono to run your C# IL code. Winforms implementation required many other c libraries that I also ported all of them into WebAssembly. This project uses another amazing (
) project of mine: GCCBuild which enables you to use any compiler to compile C/C++ code. Meaning you can have Visual Studio C/C++ project files and use them to compile both for Windows/Linux and also WebAssembly. This way you have all libraries compiled for Win32 and also WebAssembly.
Source: github.com