Registry / crypto / mv-vm-runtime

mv-vm-runtime

JSON →
libraryrscratesunverified

Core Move execution logic for the Diem blockchain.

# Cargo.toml [dependencies] mv-vm-runtime = "latest"
INSTALL
IMPORT
SIG · MV-VM-RUNTIME
M
mv-vm-runtime
cryptorust
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.

MoveVM
use mv_vm_runtime::MoveVM;

Initializes a new Move virtual machine instance.

use mv_vm_runtime::MoveVM; fn main() { let vm = MoveVM::new(); println!("Move VM initialized"); }
Debug
Known issues
gotchaRequires specific Diem dependencies and may not be maintained.
fix
Check for updated versions or consider using the official Move repository.
affects: *
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
mv-vm-runtime — cargo add mv-vm-runtime · libregistry