Crates.io | multiversx-chain-vm-executor |
lib.rs | multiversx-chain-vm-executor |
version | 0.5.0 |
created_at | 2023-06-15 09:47:06.360949+00 |
updated_at | 2025-07-03 17:32:55.239765+00 |
description | MultiversX VM executor interface |
homepage | https://multiversx.com/ |
repository | https://github.com/multiversx/mx-vm-executor-rs |
max_upload_size | |
id | 890977 |
size | 257,906 |
The MultiversX VM is composed of two parts:
This crate contains the Rust implementation of the interface between the two VM layers.
There are two parts of this interface:
Executor
, Instance
.VMHooks
.There are currently 2 interfaces provided by this crate:
We intend to migrate to the new interface in the CAPI as well, but this requires additional implementation efforts, as well as testing.