.NET Blazor Interactive

Published on Sunday, 25 June 2023

With the help of some friends we've build a Blazor WASM site that can compile C# in the browser.

Meet BlazorInteractive.

BlazorInteractive Progress

Looking to add F# and VB.NET support soon.


.NET Interactive

Steve Sanderson
@stevensanderson
Just published a video: an update on WASI support in .NET 8, and some prototypes that push the boundaries of what you can do with .NET + WebAssembly

https://twitter.com/stevensanderson/status/1658845798212202496?s=20

Experiments with the new WASI workload in .NET 8 Preview 4
📼 https://www.youtube.com/watch?v=gKX-cdqnb8I

.NET 8 adds a new "wasi-experimental" workload, replacing the earlier Wasi.Sdk. This is a step towards giving .NET native, built-in support for server-side WebAssembly scenarios.

This video shows how to get started, then demonstrates how .NET+WASI creates possibilities for new kinds of apps and new ways to use .NET.