AdrienTorris / awesome-blazor

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Creative Commons Zero v1.0 Universal
8.73k stars 967 forks source link

Convert C# class library to web assembly #554

Open shamskerry opened 2 years ago

shamskerry commented 2 years ago

Thanks for curating this awesome content. Any pointers or references to how to convert a C# class library to Web Assembly? The C# assembly is a regular class library with classes and public methods. I want to consume those methods from JavaScript.