Make memory sizes parameters
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package vm
|
||||
|
||||
type Program struct {
|
||||
Functions []*Function
|
||||
GlobalMemorySize uint64
|
||||
FunctionMemorySize uint64
|
||||
Functions []*Function
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user