MichalStrehovsky / zerosharp

Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.
2k stars 103 forks source link

WebAssembly Support #34

Open cmadh opened 2 years ago

cmadh commented 2 years ago

Is there Support for WebAssembly planned? It would be a huge benefit to be able to compile C# programs without the runtime and GC overhead into wasm-files invocable by other applications or in the browser.