Crates.io | dharitri-vm-executor |
lib.rs | dharitri-vm-executor |
version | |
source | src |
created_at | 2025-01-09 09:59:55.075423 |
updated_at | 2025-01-11 16:26:12.413976 |
description | Dharitri VM executor interface |
homepage | https://dharitri.org/ |
repository | https://github.com/TerraDharitri/drt-rs-vm-executor |
max_upload_size | |
id | 1509762 |
Cargo.toml error: | TOML parse error at line 20, column 1 | 20 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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
.