Crates.io | dhartitri-chain-vm-executor |
lib.rs | dhartitri-chain-vm-executor |
version | 0.0.1 |
source | src |
created_at | 2023-09-19 07:30:09.828175 |
updated_at | 2023-09-19 07:30:09.828175 |
description | Dhartitri VM executor interface |
homepage | https://dhartitri.com/ |
repository | https://github.com/dhartitri/mx-vm-executor-rs |
max_upload_size | |
id | 976579 |
size | 80,467 |
The Dhartitri 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
.