package vm type Program struct { GlobalMemorySize uint64 FunctionMemorySize uint64 InstructionLimit uint64 Functions []*Function }