mbasso / awesome-wasm

😎 Curated list of awesome things regarding the WebAssembly (wasm) ecosystem.
Creative Commons Zero v1.0 Universal
8.88k stars 504 forks source link

Tutorial for Using WebAssembly modules in C# #165

Closed cggallant closed 4 years ago

cggallant commented 4 years ago

I added a link to the Tutorials section for the 'Using WebAssembly modules in C#' article that walks you through creating an ASP.NET Core MVC application that uses custom model validation. The JavaScript validation uses the Emscripten generated JavaScript to load and interact with the module while the C# validation uses the Wasmtime runtime for .NET.

mbasso commented 4 years ago

Thank you!