-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7ebe76
commit 4317e1c
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|