From 2c5f1e33fe18096edfb06654a70f36fa4025ea19 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sun, 14 Dec 2025 03:26:41 +0000 Subject: [PATCH] Label --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf2ebe0..edd3d81 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # 🌱 uvm32 ![](https://github.com/ringtailsoftware/uvm32/actions/workflows/build.yml/badge.svg) -![](https://ringtailsoftware.github.io/uvm32/badge.svg) + +![](https://ringtailsoftware.github.io/uvm32/badge.svg) (uvm32.c) uvm32 is a minimalist, dependency-free virtual machine sandbox designed for microcontrollers and other resource-constrained devices. Single C file, no dynamic memory allocations, asynchronous design, pure C99.