Module soroban_env_host::cost_runner
source · Structs
Enums
This is a subset of WASM instructions we are interested in for calibration.
Only interested in i64 numeric type (ignores u64, i(u)32, F32(64), unsigned).
Traits
CostRunner
is an interface to running a host cost entity of a CostType
(usually a block of
WASM bytecode or a host function), given a sample of SampleType
.