initialize elem and data segments

This commit is contained in:
Ilya Rezvov
2018-03-12 10:04:17 -07:00
parent 93d6d4a417
commit 8af5518e2b
2 changed files with 100 additions and 23 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ data ElemSegment = ElemSegment {
data DataSegment = DataSegment {
memIndex :: MemoryIndex,
offset :: Expression,
initializer :: LBS.ByteString
chunk :: LBS.ByteString
} deriving (Show, Eq)
data StartFunction = StartFunction FuncIndex deriving (Show, Eq)