Search Articles — Sudonull

Search Results

In this project

Creating a runtime addon with WASM for a music player

https://sudonull.com/creating-a-runtime-addon-with-wasm-for-a-music-player

How to turn a simple theme into a full-fledged addon with audio-reactive effects and WASM core. Practical breakdown of architecture and optimization.

Rust WASM: Porting CLI to Browser

https://sudonull.com/rust-wasm-porting-cli-to-browser

Learn how to port a console application on Rust to WebAssembly and deploy on GitLab Pages. Step-by-step code breakdown, CI, and terminal UI. Ideal for middle/senior dev.

Room 3: wasmJs and coroutines in KMP

https://sudonull.com/room-3-wasmjs-and-coroutines-in-kmp

Breakdown of Room 3.0.0-alpha02: migration, wasmJs support, KSP and coroutines. Update steps for KMP developers. Speed up development — read the guide.

WebAssembly for AI skills: Luminarys AI

https://sudonull.com/webassembly-for-ai-skills-luminarys-ai

Luminarys AI platform isolates skills in WASM sandboxes, supports Go/Rust/AS, clustering. For middle/senior dev: security, scaling, MCP. Deploy autonomous agents without risks.

From the web

WebAssembly

https://webassembly.org/index.html

WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable …

WebAssembly - Wikipedia

https://en.wikipedia.org/wiki/WebAssembly

WebAssembly (Wasm) defines a portable binary code format and a corresponding text format for executable programs [2] and …

Wasm 3.0 Completed - WebAssembly

https://webassembly.org/news/2025-09-17-wasm-3.0/

Sep 17, 2025 · Three years ago, version 2.0 of the Wasm standard was (essentially) finished, which brought a number of new …

WebAssembly - MDN

https://developer.mozilla.org/en-US/docs/WebAssembly

May 22, 2026 · WebAssembly is a type of code that can be run in modern web browsers. It is a low-level assembly-like language with …

Introduction — WebAssembly 3.0 (2026-07-24)

https://webassembly.github.io/spec/core/intro/introduction.html

3 days ago · At its core, WebAssembly is a virtual instruction set architecture (virtual ISA). As such, it has many use cases and can …

WebAssembly Explained: Complete Wasm & WASI Guide for …

https://devtoollab.com/blog/webassembly-guide

May 30, 2026 · WebAssembly is no longer just a browser technology. In 2026, Wasm runs at the edge, in serverless functions, and …

WebAssembly guides - MDN

https://developer.mozilla.org/en-US/docs/WebAssembly/Guides

Feb 19, 2026 · This article teaches you how to use the key features of the WebAssembly JavaScript API, including loading Wasm …

Wasm By Example

https://wasmbyexample.dev/home.en-us.html

WebAssembly (Wasm) is an universal low level bytecode that runs on the web. It is a compilation target for languages like Rust, …

WebAssembly Specification — WebAssembly 3.0 (2026-07-24)

https://webassembly.github.io/spec/core/

3 days ago · Introduction Introduction Overview Structure Conventions Values Types Instructions Modules Validation Conventions …

What's the point of WASM and how/when should I use it?

https://www.reddit.com/r/webdev/comments/1ac6x3i/whats_the_point_of_wasm_and_howwhen_should_i_use/

WASM isn't about speed or performance, but a compilation target. The idea is to be able to run C++ (or other) routines within a web …

Trending Now