Tag: webassembly

Using Krustlet Rust Projects

How to use Krustlet for your Rust projects

Dev

We demonstrate how to set up Krustlet and configure it to work with a Kubernetes cluster to run WebAssembly workloads.

Ikeh Akinyemi
Aug 8, 2023 ⋅ 29 sec read
Implementing a WebAssembly WebGL viewer using Rust

Implement a WebAssembly WebGL viewer using Rust

Dev

Write a small Rust program that uses WebGL to render a triangle, compile it to WebAssembly, and run it in the browser using JavaScript.

Ovie Okeh
Jul 4, 2023 ⋅ 13 min read
Rust and Webassembly Logos

Rust microservices in server-side WebAssembly

Dev

Learn about tools, libraries, APIs, frameworks, and techniques to build microservices in Rust. Deploy, run, and scale them in WasmEdge.

Michael Yuan
Oct 25, 2022 ⋅ 6 min read
Getting Started With WebAssembly In Flutter Web

Getting started with WebAssembly in Flutter Web

Dev

Flutter is built with Skia, a 2D graphics library written in C++. The Skia C++ API can run on the web browser through WebAssembly.

Ivy Walobwa
Sep 15, 2022 ⋅ 5 min read
Integrating A Svelte App With Rust Using WebAssembly

Integrating a Svelte app with Rust using WebAssembly

Dev

Let’s learn how to connect a Svelte app with Rust code through WebAssembly and how to pass information between JavaScript and Rust.

Yashodhan Joshi
Jun 24, 2022 ⋅ 20 min read
Build Rust Frontend Web App Yew WebAssembly

Build a Rust + WebAssembly frontend web app with Yew

Dev

WebAssembly has made it possible to build frontend apps in Rust. Now, learn to build a simple web app with Rust and Yew, powered by Wasm.

Mario Zupan
Jun 15, 2021 ⋅ 11 min read
Webassembly Runtimes Compared

WebAssembly runtimes compared

Dev

With the release of Wasmer 1.0, it’s worth exploring other WebAssembly runtimes available today, as well as the exciting WASI interface.

Alex Williams
Apr 7, 2021 ⋅ 6 min read
WASM Logo

How to debug Wasm and achieve a reliable stack trace

Dev

Here, you can learn about WebAssembly, why it’s difficult to debug, and some workarounds you can use when debugging Wasm.

Nahla Davies
Feb 10, 2021 ⋅ 4 min read

Create your first game in WebAssembly

Dev

Take the first step on your WebAssembly journey. 

Arwa Lokhandwala
Jul 7, 2020 ⋅ 5 min read
Getting Started With WebAssembly and Rust

Getting started with WebAssembly and Rust

Dev

This guide serves as an introduction to WebAssembly and a tutorial on how to set up and work in a Rust Wasm environment.

Carlos Chacin
Jun 30, 2020 ⋅ 8 min read
Image Styling And Filters Using WebAssembly

Image styling and filters using WebAssembly

Dev

Tools like Emscripten are making WebAssembly more accessible frontend devs. Learn how to use it to style images with Wasm.

Zain Sajjad
Mar 30, 2020 ⋅ 6 min read
Node Worker Threads With Shared Array Buffers and Rust WebAssembly

Node worker threads with shared array buffers and Rust WebAssembly

Dev

Node.js worker threads empower you to scale JavaScript code across many CPU and even GPU cores, since you can access GPU over Rust WebAssembly.

Tigran Bayburtsyan
Dec 20, 2019 ⋅ 4 min read