Crates.io | multiversx-chain-vm-executor |
lib.rs | multiversx-chain-vm-executor |
version | 0.2.0 |
source | src |
created_at | 2023-06-15 09:47:06.360949 |
updated_at | 2023-10-12 14:26:07.138039 |
description | MultiversX VM executor interface |
homepage | https://multiversx.com/ |
repository | https://github.com/multiversx/mx-vm-executor-rs |
max_upload_size | |
id | 890977 |
size | 79,747 |
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
.