Smolvm Plugin
run bytecode scripts in a portable virtual machine
Commands
smolvm self version— Print smolvm versionsmolvm _ _— Passthrough to smolvm CLI
Usage Examples
- "Run this script in the VM"
- "Execute bytecode file"
- "Load and run a program"
Installation
cargo install smolvm
Examples
smolvm run script.bytecode
smolvm exec program.bin
Key Features
- Portable lightweight VM
- Fast bytecode execution
- Small footprint
- Cross-platform