Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down