Is WebAssembly magic performance pixie dust?
Explores whether WebAssembly guarantees performance gains, using AssemblyScript and image blurring as a case study.
Explores whether WebAssembly guarantees performance gains, using AssemblyScript and image blurring as a case study.
Explores WebAssembly-powered search tools for static websites, comparing Rust-based solutions like tinysearch and Stork, and presenting a technical demo.
An overview of active Standard ML implementations and development in 2020, highlighting new compilers, parallelism support, and community resources.
A technical guide on using Go with WebAssembly to create JavaScript objects, Promises, HTTP requests, and streaming in the browser.
An exploration of the challenges and progress in compiling Swift to WebAssembly, covering technical hurdles and community efforts up to 2020.
Explores how WebAssembly is revolutionizing software distribution by replacing legacy browser plugins like ActiveX, Java applets, and Flash.
A tutorial on implementing the Boids flocking simulation algorithm using the Go programming language and WebAssembly, with the Ebiten game library.
How to configure an additional HttpClient in Blazor WebAssembly to call unprotected APIs and avoid AccessTokenNotAvailableException errors.
Summary of Blazor announcements from Microsoft Build 2020, including Blazor WebAssembly GA, new presentations, workshops, and .NET MAUI integration.
A panel of experts discusses Blazor, Microsoft's web framework, covering key topics and resources for developers getting started.
A tutorial on creating a custom, convention-based router for Blazor to replace the default router, handling nested routes and query parameters.
Summary of Blazor announcements from .NET Conf 2019, including the release of Blazor Server and a WebAssembly release date.
A guide to compiling C code directly to WebAssembly using LLVM, bypassing the larger Emscripten toolchain for a leaner approach.
Explores the fundamentals of raw WebAssembly, its text format (Wat), and how to create and understand basic modules.
A guide on using TypeScript to improve JavaScript interop in Blazor projects, including converting JS files and enabling automatic compilation.
Explains how to use JavaScript Interop in Blazor to call JavaScript from .NET and vice versa, covering IJSRuntime and recent API changes.
A tutorial on creating toast notifications in Blazor applications using only C#, HTML, and CSS, without JavaScript.
A guide to implementing client-side localization in Blazor applications by detecting the user's browser culture, including a NuGet package.
Advocates for Kotlin to prioritize frontend development with a unified WebAssembly and JavaScript strategy, inspired by Rust's approach.
A tutorial on building a practical Blazor WebAssembly app in C#, demonstrating HTTP calls and project structure.