Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/blog/2026-07-15-verified-os-on-silicon.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
+++
title = "A verified OS, composed to 3.5 KB on real silicon"
description = "gust is a small RTOS — a cooperative scheduler, the classic primitives (semaphore, mutex, message queue, event), and device drivers — built entirely from verified WebAssembly components. They don't run on a runtime; they compose at build time into one native image of about 3.5 KB, bit-identical on three real chips, over a trusted base of ~77 lines. Here's how it fits together."
date = 2026-07-15
draft = true
ready = false
date = 2026-07-18
draft = false
ready = true
[taxonomies]
tags = ["wasm", "embedded", "verification", "how-it-works"]
authors = ["Ralf Anton Beier"]
Expand Down