Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support C# #10

Open
starikcetin opened this issue Aug 25, 2023 · 2 comments
Open

Support C# #10

starikcetin opened this issue Aug 25, 2023 · 2 comments

Comments

@starikcetin
Copy link

Awesome work. It will be even more awesome if it supports C#.

@rameshvarun
Copy link
Owner

I'm definitely interested, but I want to make sure everything runs without any code on server side. So we need to make sure the compiler itself runs in WebAssembly (and produces WASM). For some languages people have done this already, for others we might need to put in extra work to create a browser-runnable version.

@starikcetin
Copy link
Author

@rameshvarun I do not know if a C# compiler written in WASM exists, but a lot of C₺-to-WASM compilers do exist. I am pulling a stretch here, but maybe taking a C# compiler written in C# and running it through a C#-to-WASM compiler could give you what you want. I am not sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants