Expand description
Shareable Tetcore traits.
Structs§
- Call
InWasm Ext - The call-in-wasm extension to register/retrieve from the externalities.
- Code
NotFound - Could not find the
:code
in the externalities while initializing theRuntimeCode
. - None
Fetch Runtime Code - Type that implements
FetchRuntimeCode
and always returnsNone
. - Runtime
Code - The Wasm code of a Tetcore runtime.
- Runtime
Spawn Ext - Extension that supports spawning extra runtime instances in externalities.
- Task
Executor Ext - Task executor extension.
- Wrapped
Runtime Code - Wrapper to use a
u8
slice orVec
asFetchRuntimeCode
.
Enums§
- Missing
Host Functions Allow
orDisallow
missing host functions when instantiating a WASM blob.
Traits§
- Call
InWasm - Something that can call a method in a WASM blob.
- Code
Executor - Code execution engine.
- Externalities
- The Tetcore externalities.
- Externalities
Ext - Extension for the
Externalities
trait. - Fetch
Runtime Code - Something that can fetch the runtime
:code
. - Runtime
Spawn - Runtime spawn extension.
- Spawn
Named - Something that can spawn futures (blocking and non-blocking) with an assigned name.