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