--Select Topic-- [NewsFeed] [9 msgs] Alternative Operating Systems [3 msgs] Animated Images [15 msgs] Announcements [44 msgs] Conspiracy Theory [4 msgs] Free Stuff [4 msgs] History of this planet [91 msgs] Homebrewing [2 msgs] Household Projects [6 msgs] Humor [222 msgs] Internet and WWW [34 msgs] Linux [36 msgs] Memes [1 msgs] MessageBase Code Development [26 msgs] Metal Detecting and Treasure Hunting [4 msgs] Miscellaneous Chatter [49 msgs] Music [55 msgs] Nanotechnology, Quantum Physics, Etc. [12 msgs] New Users Questions [5 msgs] News: Education [18 msgs] News: Middle East [44 msgs] News: Miscellaneous [31 msgs] News: Nebraska [2 msgs] News: Omaha [20 msgs] News: Politics [184 msgs] News: Technical [31 msgs] Programming: .NET (Core) [2 msgs] Programming: .NET Framework [46 msgs] Programming: Blazor Server [3 msgs] Programming: Blazor WebAssembly [0 msgs] Programming: Java [4 msgs] Programming: jQuery/Javascript [6 msgs] Programming: Web Applications [47 msgs] Quotes [119 msgs] Rage! [3 msgs] Raid on the Forest of Horrors [85 msgs] Reference [5 msgs] Reviews [4 msgs] Role Playing Games [11 msgs] Science [38 msgs] Science Fiction [38 msgs] Suggestions and Comments [8 msgs] Test-Only [31 msgs] Tharnakra [1 msgs] Urban Legends [14 msgs] WebHack [5 msgs] Weird stuff [72 msgs] Wild Frontiers 1888 [4 msgs] Windows [11 msgs] Windows Administration [32 msgs] Women Only [18 msgs]
Programming: Blazor WebAssembly
Blazor WebAssembly is a single-page app (SPA) framework for building interactive client-side web apps with .NET.
Running .NET code inside web browsers is made possible by WebAssembly (abbreviated wasm
). WebAssembly is a compact bytecode format optimized for fast download and maximum execution speed. WebAssembly is an open web standard and supported in web browsers without plugins. WebAssembly works in all modern web browsers, including mobile browsers.