From 77045362ec601e270a25b13dcd7383574b30f004 Mon Sep 17 00:00:00 2001 From: Morgan Kenyon Date: Wed, 26 Feb 2025 19:41:30 -0600 Subject: [PATCH] Adding a bit about blazor --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a5520a6..b10b2cc 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,21 @@ By day I mainly program in C#, so I won't claim this library is optimized or err Feel free to raise an issue if you see something could be improved. +### TinyFS v. Blazor + +What makes TinyFS different than Blazor? + +These are the two primary differences at the moment: + +| | Blazor | TinyFS | +| --- | --- | --- | +| Maturity | Supported in Production | Alpha Software | +| Architectural Approach | Ship an entire dotnet runtime in Wasm | Compiles F# to Wasm concepts | + +Since this is a night and weekend project, there's roughly a 0% chance this library ends up competing with Blazor. + +So if you want to run something in dotnet in WebAssembly, choose Blazor. If you want to explore an interesting library, take a look at TinyFS. + ## Supported Syntax Below lists the following language features that are supported.