# Functions
NewBlockchainContext creates a new blockchainContext.
NewDisabledGasTracer creates a new disabledGasTracer.
NewEnabledGasTracer creates a new gasTracer.
NewInstanceTracker creates a new instanceTracker instance.
NewManagedTypesContext creates a new managedTypesContext.
NewMeteringContext creates a new meteringContext.
NewOutputContext creates a new outputContext.
NewReservedFunctions creates a new reservedFunctions.
NewRuntimeContext creates a new runtimeContext.
NewStorageContext creates a new storageContext.
NewVMOutputAccount creates a new output account and sets the given address.
# Constants
Bytecode indicates that the instance to track is cold and has been created from raw bytecode.
Precompiled indicates that the instance to track is cold and has been created from precompiled code.
Warm indicates that the instance to track is a warm instance.
WarmInstancesEnabled controls the usage of warm instances.
# Structs
WasmerInstanceBuilder is the default instance builder, which produces real Wasmer instances from WASM bytecode.