Crates.io | multiversx-chain-vm-executor |
lib.rs | multiversx-chain-vm-executor |
version | 0.3.0 |
source | src |
created_at | 2023-06-15 09:47:06.360949 |
updated_at | 2024-11-15 07:24:28.46793 |
description | MultiversX VM executor interface |
homepage | https://multiversx.com/ |
repository | https://github.com/multiversx/mx-vm-executor-rs |
max_upload_size | |
id | 890977 |
size | 81,875 |
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
.