Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelStadnicki authored Mar 18, 2024
1 parent e7ebe76 commit 4317e1c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# FSharp-Kernel-Wasm-Test

This is for .NET 9 Preview-2 (SDK, ASP runtime and VS 17.10.0 Preview 2.0 are needed)
This is for .NET 9 Preview-2 (SDK, ASP runtime, and VS 17.10.0 Preview 2.0 are needed)

Blazor app that takes a counter and multiple it by 6 with F# Kernel from .NET Interactive.
Blazor, minimum app that takes a counter and multiplies it by 6 with F# Kernel from .NET Interactive:
![image](https://github.com/PawelStadnicki/FSharp-Kernel-Wasm-Test/assets/56049414/7488ae48-6639-4ec1-84c2-53bc79463c6c)

This is just to demonstrate that in server mode it works but in a webassembly (client it fails):
The whole interactive code is here:

This is just to demonstrate that in server mode, it works, but in a web assembly, it fails:
![image](https://github.com/PawelStadnicki/FSharp-Kernel-Wasm-Test/assets/56049414/686ada19-6773-41fb-836e-2f69575f1ede)

The goal is to find a root cause and act to make it work.

Note: Real multithreading for Blazor is a (tentiative) goal for .NET 9.
Note: Real multithreading for Blazor is a (tentative) goal for .NET 9.
It is just a preview-2 with almost no info on how to run it with a huge possibility for breaking changes,
but I think it is worth to catch up early problems.

0 comments on commit 4317e1c

Please sign in to comment.