From 5a0c70a017cb4b1ffe3d19ae2cbba5606e44e89e Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Wed, 10 Dec 2025 11:07:24 +0000 Subject: [PATCH] Anti-crash goal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 569c3fb..0bee95a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ uvm32 is a minimalist, dependency-free virtual machine sandbox designed for micr * Simple, opinionated execution model * Safe minimally typed FFI * Small enough for "if this then that" scripts/plugins, capable enough for much more +* Aims for safety over speed, bad code running in the VM should never be able to crash the host Although based on a fully fledged CPU emulator, uvm32 is intended for executing custom script like logic, not for simulating hardware.