Is it possible to compile existing C# code to WebAssembly (.wasm) so that no or nearly no code changes have to be done?
Do I have to use Blazor for it or are their other possibilities?
Compiling a C Program. Compiling is the transformation from Source Code (human readable) into machine code (computer executable).
C is a mid-level language and it needs a compiler to convert it into an executable code so that the program can be run on our machine.
Is it possible to compile existing C# code to WebAssembly (.wasm)
No, there is no compiler (yet). But
so that no or nearly no code changes have to be done?
That is easy, you can simply add .net DLLs (packages) to your project.
Just make sure that the code makes sense in a Browser, ie no Threading, no I/O except HttpClient etc.
Do I have to use Blazor for it or are their other possibilities?
For now there is only Blazor.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With