# Functions

NewVMHost creates a new VM vmHost.
TryCatch simulates a try/catch block using golang's recover() functionality.

# Constants

AheadOfTimeGasUsageFlag defines the flag that activates the ahead of time gas usage fix.
BuiltInFunctionsFlag defines the flag that activates the builtin functions.
RepairCallbackFlag defines the flag that activates the repair callback fix.
SCDeployFlag defines the flag that activates the sc deploy.

# Variables

MaximumWasmerInstanceCount represents the maximum number of Wasmer instances that can be active at the same time.

# Type aliases

CatchFunction corresponds to the catch() part of a try / catch block.
TryFunction corresponds to the try() part of a try / catch block.