-
As a result WASI (WebAssembly System Interface) was created. It defines a standard way for wasm runtimes to interact with the outside world without needing a web browser as intermediary.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
If you want to give this a try, start with Uno.Wasm.Bootstrap. Most .NET wasm stuff you find online is Blazor-related, but the Uno bootstrap project lets you build a minimal .NET wasm application.
-
However...a principal software engineer who works for Microsoft made this pull request a few days ago. So it looks like WASI support might be in motion. It's still incomplete, with no timeline as to when it might be ready. But it's a start, and it's better than nothing. It's worth watching this.
-
Bridge.NET
Discontinued :spades: C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
An alternative you might consider if using the Bridge.NET C# to JavaScript compiler. The downside is that it's no longer under active development. It was up until 5 months ago, though.