Skip to content

Commit 7704536

Browse files
committed
Adding a bit about blazor
1 parent 4aace0a commit 7704536

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ By day I mainly program in C#, so I won't claim this library is optimized or err
5353

5454
Feel free to raise an issue if you see something could be improved.
5555

56+
### TinyFS v. Blazor
57+
58+
What makes TinyFS different than Blazor?
59+
60+
These are the two primary differences at the moment:
61+
62+
| | Blazor | TinyFS |
63+
| --- | --- | --- |
64+
| Maturity | Supported in Production | Alpha Software |
65+
| Architectural Approach | Ship an entire dotnet runtime in Wasm | Compiles F# to Wasm concepts |
66+
67+
Since this is a night and weekend project, there's roughly a 0% chance this library ends up competing with Blazor.
68+
69+
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.
70+
5671
## Supported Syntax
5772

5873
Below lists the following language features that are supported.

0 commit comments

Comments
 (0)