Crate casper_executor_wasm_interface

Source

Modules§

executor

Structs§

Config
Configuration for the Wasm engine.
ConfigBuilder
Configuration for the Wasm engine.
GasUsage
InterfaceVersion
Interface version for the Wasm host functions.

Enums§

ExportError
InternalHostError
Represents a catastrophic internal host error.
MemoryError
MeteringPoints
Resolver
Errors that can occur when resolving imports.
VMError
The outcome of a call. We can fold all errors into this type and return it from the host functions and remove Outcome type.
WasmPreparationError

Traits§

Caller
An abstraction over the ‘caller’ object of a host function that works for any Wasm VM.
WasmInstance
A trait that represents a Wasm instance.

Functions§

u32_from_host_result
Converts a host result into a u32.

Type Aliases§

HostResult
VMResult
Result of a VM operation.