sc-executor

Crates.iosc-executor
lib.rssc-executor
version0.39.0
sourcesrc
created_at2020-02-27 00:54:22.105438
updated_at2024-06-21 09:37:06.650697
descriptionA crate that provides means of executing/dispatching calls into the runtime. (polkadot v1.13.0)
homepagehttps://substrate.io
repositoryhttps://github.com/paritytech/polkadot-sdk.git
max_upload_size
id212907
size7,452,719
Parity Crate Owner (parity-crate-owner)

documentation

https://docs.rs/sc-executor

README

A crate that provides means of executing/dispatching calls into the runtime.

There are a few responsibilities of this crate at the moment:

  • It provides an implementation of a common entrypoint for calling into the runtime, both wasm and compiled.
  • It defines the environment for the wasm execution, namely the host functions that are to be provided into the wasm runtime module.
  • It also provides the required infrastructure for executing the current wasm runtime (specified by the current value of :code in the provided externalities), i.e. interfacing with wasm engine used, instance cache.

License: GPL-3.0-or-later WITH Classpath-exception-2.0

Commit count: 17248

cargo fmt