Crates.io | klever-chain-vm-executor |
lib.rs | klever-chain-vm-executor |
version | 0.2.0 |
source | src |
created_at | 2024-03-29 00:51:42.18014 |
updated_at | 2024-03-29 00:51:42.18014 |
description | Klever VM executor interface |
homepage | https://klever.io/ |
repository | https://github.com/klever-io/klever-vm-executor-rs |
max_upload_size | |
id | 1189551 |
size | 73,792 |
The Klever 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
.