NashTech Insights

webassembly

Posts by categories

Posts by tags

ego, dollar, lego-2583323.jpg

How to run WebAssembly/WASI application (Spin) with Dapr on Kubernetes

The original post is hosted at https://dev.to/thangchung/how-to-run-webassemblywasi-application-spin-with-dapr-on-kubernetes-2b8n Introduction As far as we know, WebAssembly (WASM) / WebAssembly System Interface (WASI) is gaining traction these days. It comes with a lot of benefits such as faster startup times (no cold-start like serverless, start-up around milliseconds), near-native performance (WASM format), lightweight (very small sizing), convenience and versatility (build once run everywhere …

How to run WebAssembly/WASI application (Spin) with Dapr on Kubernetes Read More »

Introduction to Blazor

What is Blazor Overall, Blazor provides developers with the ability to take advantage of their C# skill for building single page application like react and angular. It’s currently has two hosting models: Blazor Server and Blazor WebAssembly Blazor Server Blazor Server is a server-side web application model that runs on the server using SignalR to …

Introduction to Blazor Read More »