drt-chain-vm-executor

Crates.iodrt-chain-vm-executor
lib.rsdrt-chain-vm-executor
version0.0.2
sourcesrc
created_at2024-08-27 08:35:37.621129
updated_at2024-08-30 11:27:44.045234
descriptionDharitriOne VM executor interface
homepagehttps://DharitriOne.com/
repositoryhttps://github.com/DharitriOne/drt-vm-executor-rs
max_upload_size
id1353050
size79,510
xfactor@rust (xfactor-toml)

documentation

https://docs.DharitriOne.com/

README

drt-chain-vm-executor

The DharitriOne VM is composed of two parts:

  • A high-level VM, that connects to the protocol and manages the environment of the smart contract execution
  • A low-level component, called "executor", whose sole purpose is running WebAssembly code, as given. The only current implementation of this component is a wrapper around Wasmer 2.2.

This crate contains the Rust implementation of the interface between the two VM layers.

There are two parts of this interface:

  • The one going "forwards", from high-level, to low-level, used for starting execution: Executor, Instance.
  • The one going "backwards", from low-level, to high-level, used by the executor to request data: VMHooks.
Commit count: 0

cargo fmt