• 0 Posts
  • 15 Comments
Joined 9 months ago
cake
Cake day: October 5th, 2023

help-circle


  • Rogue@feddit.uktoProgramming@programming.dev...
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    2 months ago

    Blazor WebAssembly ticks the boxes that @treechicken@lemmy.world described.

    I have this dream of a single WASM runtime environment across web, desktop, mobile with devs writing apps once, compiling them down to WASM, distributing them over the Internet, and users running them on any platform they like.

    You write the app once and it can be compiled to WebAssembly that works across web, desktop, and mobile.

    In reality to take full advantage of Blazor you’re probably going to use Blazor Server/hybrid for desktop and mobile but the principle is the same, you’ve only written your app once but it works in every environment.