| Crates.io | dharitri-vm-executor |
| lib.rs | dharitri-vm-executor |
| version | 1.0.5 |
| created_at | 2025-01-09 09:59:55.075423+00 |
| updated_at | 2025-07-07 09:14:10.36016+00 |
| description | Dharitri VM executor interface |
| homepage | https://dharitri.org/ |
| repository | https://github.com/TerraDharitri/drt-rs-vm-executor |
| max_upload_size | |
| id | 1509762 |
| size | 242,872 |
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.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.