DEV Community

Discussion on: F# and WebAssembly

Collapse
 
tunaxor profile image
Angel Daniel Munoz Gonzalez

also another one for what is worth I'm working on a music player and when built for production the (very minimal web app) is around ~318kb (.NET6)

fun player

you can check the project here

Fun.Blazor.Sample

This is a really really minimal Fun.Blazor sample, this should get you started.

For more information visit the project's website

dotnet restore
dotnet watch run