Versions in this module Expand all Collapse all v0 v0.0.1 Sep 3, 2024 Changes in this version + const AheadOfTimeGasUsageFlag + const BuiltInFunctionsFlag + const RepairCallbackFlag + const SCDeployFlag + var MaximumWasmerInstanceCount = uint64(10) + func NewVMHost(blockChainHook vmcommon.BlockchainHook, ...) (vmhost.VMHost, error) + func TryCatch(try TryFunction, catch CatchFunction, catchFallbackMessage string) + type CatchFunction func(error) + type TryFunction func()