dhartitri-chain-vm-executor

Crates.iodhartitri-chain-vm-executor
lib.rsdhartitri-chain-vm-executor
version0.0.1
sourcesrc
created_at2023-09-19 07:30:09.828175
updated_at2023-09-19 07:30:09.828175
descriptionDhartitri VM executor interface
homepagehttps://dhartitri.com/
repositoryhttps://github.com/dhartitri/mx-vm-executor-rs
max_upload_size
id976579
size80,467
(Battula-anil-app-could)

documentation

https://docs.dhartitri.com/

README

dhartitri-chain-vm-executor

The Dhartitri 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