WebAssembly Developper Experience presentation
A presentation on WebAssembly (Wasm) covering its definition, characteristics, and developer experience with code examples.
A presentation on WebAssembly (Wasm) covering its definition, characteristics, and developer experience with code examples.
Explains how to monkey patch Python's requests library to work in PyScript/Pyodide by using pyodide.open_url() for HTTP calls.
A developer shares a list of their recent tech conference talks on topics like Kubernetes security, WebAssembly, and Docker.
A guide to building a reactive Svelte store using Rust and integrating it into an Electron app for performance gains.
Advanced techniques and best practices for optimizing performance in Blazor applications, covering virtualization, lazy loading, and AOT compilation.
Explains Blazor app prerendering, its benefits for SEO and user experience, and how to implement it with practical tips.
Explores new .NET 6 features for Blazor, including WebAssembly AoT compilation, required component parameters, and compiler improvements.
Explores languages like Python, JavaScript, and SQLite that can run directly in a web browser, focusing on implementations like Brython and SQL.js.
Explores whether WebAssembly guarantees performance gains, using AssemblyScript and image blurring as a case study.
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.
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.