Registry / other / vvm
library0.1.0rscratesunverified

Vapcore Vapory Virtual Machine (VVM) Rust Implementation

# Cargo.toml [dependencies] vvm = "0.1.0"
INSTALL
IMPORT
SIG · VVM
V
vvm
otherrustv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VM
✓ use vvm::VM;

Creates and executes a VVM instance.

use vvm::VM; fn main() { let mut vm = VM::new(); vm.execute(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Amazon
1
Resources
vvm — cargo add vvm · libregistry