We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fd83e commit 5a0c70aCopy full SHA for 5a0c70a
README.md
@@ -17,6 +17,7 @@ uvm32 is a minimalist, dependency-free virtual machine sandbox designed for micr
17
* Simple, opinionated execution model
18
* Safe minimally typed FFI
19
* Small enough for "if this then that" scripts/plugins, capable enough for much more
20
+* Aims for safety over speed, bad code running in the VM should never be able to crash the host
21
22
Although based on a fully fledged CPU emulator, uvm32 is intended for executing custom script like logic, not for simulating hardware.
23
0 commit comments