Crates.io | dharitri-chain-vm-executor |
lib.rs | dharitri-chain-vm-executor |
version | 0.6.0 |
source | src |
created_at | 2023-09-19 07:36:30.763406 |
updated_at | 2024-05-07 07:03:20.005695 |
description | Dharitri VM executor interface |
homepage | https://Dharitri.com/ |
repository | https://github.com/Dharitr1/mx-vm-executor-rs |
max_upload_size | |
id | 976580 |
size | 80,183 |
The Dharitri 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
.