Tomas Tulka's Blog
Random thoughts about programming and other stuff.
Learning WebAssembly #8: Compiling into Wasm
There are plenty of languages Wasm can be compiled from. C, Kotlin, and AssemblyScript are only a few of them.
Learning WebAssembly #7: Introducing WASI
Accessing operating system features from Wasm with examples in Wat.
Learning WebAssembly #6: Running Wasm in Node.js
Running Wasm code in Node.js, the popular backend platform.
Learning WebAssembly #5: Running Wasm in the Browser
Executing Wasm code in a browser via WebAssembly JavaScript API.
Learning WebAssembly #4: Wasm Memory and Working with Strings
Dealing with strings and other complex data types via Wasm memory mechanism.
Learning WebAssembly #3: Wat Programming Basics
Learning basic building blocks of programming in Wat.
Learning WebAssembly #2: Wasm Binary Format
Discovering basic representation of WebAssembly: binary and text formats.
Learning WebAssembly #1: Hello, World of Wasm!
Getting started with WebAssembly: writing and executing a simple program in Wat.
Learning WebAssembly Series
A series of learning texts covering the first steps with WebAssembly for complete beginners.
Shades of Tests
Practical examples of software testing in Java using Spring Boot Test without mocking frameworks.