This project is a prototype of a browser-based C# code editor powered by WebAssembly. Users can write, compile, and execute C# code directly in their browser.
To run the app:
cd server
npm install
npm run devTo update the functionality of the C# execution engine:
./build