© 2023 Hashnode
#wasm
Introduction Well, hello there! Today, we're going to talk about two of my favourite things: Docker and WebAssembly (WASM). And I promise to make it funny, so bear with me! First, let's talk about Do…
Docker recently announced the wasm integration and published a technical preview. Ever since everyone has been wondering what this means and why. And Solomon Hykes, the founder of Docker, tweeted that if Wasm and Wasi existed in 2008, they …
Introduction In our previous article, part 2 of the series, we walked through the extraction, processing, and creation of some data mart, using the New York City taxi trip data which is publicly avail…
Ruby has joined the ranks of languages capable of targeting WebAssembly with its latest 3.2 release. This seemingly minor update might be the biggest thing that has happened to xrthe language since Ra…
Introduction In our last blog, we saw how to work with arrays in wasm. Now in this blog, you will learn how to work with string in wasm. So let's start. Writing C++ code In the code snippet below you …
Introduction In my previous blog, we have seen how to set up Emscripten and write out the first WebAssembly program. But working with integers is not enough for real-life scenarios so In this blog, we…
Introduction WebAssembly, commonly referred to as WASM is the fourth language web browser can understand. It promises a fast, safe and efficient language for client and server applications. One of the…
Extism? Extism is a WASM framework that implements the WASI specification. Extism offers two types of SDKs: Host SDKs for writing "host" applications (i.e. applications that can run WASM module funct…
For a while, some WASM runtimes implement the Socket specification. So, let’s see how to code an HTTP server directly with WASM. Quick reminder about WASM and WASI First, WebAssembly (WASM) is a compi…
Introduction This tutorial aims to show you how to deploy a Blazor WebAssembly app on Netlify, a hosting platform with a ton of features. Here's a short video demo of the app. https://www.youtube.com…